Color spaces of #af964e
RGB | 175 | 150 | 78 |
---|---|---|---|
HSL | 0.12 | 0.38 | 0.50 |
HSV | 45° | 55° | 69° |
CMYK | 0.00 | 0.14 | 0.55 0.31 |
XYZ | 29.9607 | 31.4767 | 11.7042 |
Yxy | 31.4767 | 0.4096 | 0.4304 |
Hunter Lab | 56.1041 | -2.8596 | 26.9040 |
CIE-Lab | 62.9080 | 0.1630 | 40.9534 |
#af964e color RGB value is (175,150,78).
#af964e hex color red value is 175, green value is 150 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #af964e hue: 0.12 , saturation: 0.38 and the lightness value of af964e is 0.50.
The process color (four color CMYK) of #af964e color hex is 0.00, 0.14, 0.55, 0.31. Web safe color of #af964e is #999966. Color #af964e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010110 | 01001110 |
Octal | 257 | 226 | 116 |
Decimal | 175 | 150 | 78 |
Hex | AF | 96 | 4E |
Shades of #af964e
Tints of #af964e
RGB Percentages of Color #af964e
CMYK Percentages of Color #af964e
Complementary Color
#af964e | #4e67af |
#af964e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af964e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af964e Color CSS Codes
.mybgcolor {background-color:#af964e; } .myforecolor {color:#af964e; } .mybordercolor {border:3px solid #af964e; }
#af964e Text Font Color
<p style="color:#af964e">Text here</p>
This sample text font color is #af964e
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.
#af964e Background Color
<div style="background-color:#af964e">
Div content here</div>
This div background color is #af964e
#af964e Border Color
<div style="border:3px solid #af964e">
Div here</div>
This div border color is #af964e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,150,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af964e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af964e; -webkit-box-shadow: 1px 1px 3px 2px #af964e; box-shadow: 1px 1px 3px 2px #af964e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,150,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af964e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af964e; -webkit-box-shadow: 1px 1px 3px 2px #af964e; box-shadow: 1px 1px 3px 2px #af964e;">
Div content here</div>
This div box has shadow with color #af964e
Comments
No comments written yet.
Please login to write comment.