Color spaces of #af583c
RGB | 175 | 88 | 60 |
---|---|---|---|
HSL | 0.04 | 0.49 | 0.46 |
HSV | 15° | 66° | 69° |
CMYK | 0.00 | 0.50 | 0.66 0.31 |
XYZ | 21.9845 | 16.4197 | 6.2856 |
Yxy | 16.4197 | 0.4919 | 0.3674 |
Hunter Lab | 40.5212 | 25.9317 | 19.1679 |
CIE-Lab | 47.5204 | 33.1282 | 32.2216 |
#af583c color RGB value is (175,88,60).
#af583c hex color red value is 175, green value is 88 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af583c hue: 0.04 , saturation: 0.49 and the lightness value of af583c is 0.46.
The process color (four color CMYK) of #af583c color hex is 0.00, 0.50, 0.66, 0.31. Web safe color of #af583c is #996633. Color #af583c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01011000 | 00111100 |
Octal | 257 | 130 | 74 |
Decimal | 175 | 88 | 60 |
Hex | AF | 58 | 3C |
Shades of #af583c
Tints of #af583c
RGB Percentages of Color #af583c
CMYK Percentages of Color #af583c
Complementary Color
#af583c | #3c93af |
#af583c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af583c Color Preview on White Background
Lorem ipsum dolor sit amet.
#af583c Color CSS Codes
.mybgcolor {background-color:#af583c; } .myforecolor {color:#af583c; } .mybordercolor {border:3px solid #af583c; }
#af583c Text Font Color
<p style="color:#af583c">Text here</p>
This sample text font color is #af583c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af583c Background Color
<div style="background-color:#af583c">
Div content here</div>
This div background color is #af583c
#af583c Border Color
<div style="border:3px solid #af583c">
Div here</div>
This div border color is #af583c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,88,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af583c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af583c; -webkit-box-shadow: 1px 1px 3px 2px #af583c; box-shadow: 1px 1px 3px 2px #af583c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,88,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af583c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af583c; -webkit-box-shadow: 1px 1px 3px 2px #af583c; box-shadow: 1px 1px 3px 2px #af583c;">
Div content here</div>
This div box has shadow with color #af583c
Comments
No comments written yet.
Please login to write comment.