Color spaces of #af967f
RGB | 175 | 150 | 127 |
---|---|---|---|
HSL | 0.08 | 0.23 | 0.59 |
HSV | 29° | 27° | 69° |
CMYK | 0.00 | 0.14 | 0.27 0.31 |
XYZ | 32.4163 | 32.4590 | 24.6354 |
Yxy | 32.4590 | 0.3621 | 0.3626 |
Hunter Lab | 56.9728 | 1.8603 | 14.2436 |
CIE-Lab | 63.7204 | 5.7147 | 15.5791 |
#af967f color RGB value is (175,150,127).
#af967f hex color red value is 175, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af967f hue: 0.08 , saturation: 0.23 and the lightness value of af967f is 0.59.
The process color (four color CMYK) of #af967f color hex is 0.00, 0.14, 0.27, 0.31. Web safe color of #af967f is #999966. Color #af967f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010110 | 01111111 |
Octal | 257 | 226 | 177 |
Decimal | 175 | 150 | 127 |
Hex | AF | 96 | 7F |
Shades of #af967f
Tints of #af967f
RGB Percentages of Color #af967f
CMYK Percentages of Color #af967f
Complementary Color
#af967f | #7f98af |
#af967f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af967f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af967f Color CSS Codes
.mybgcolor {background-color:#af967f; } .myforecolor {color:#af967f; } .mybordercolor {border:3px solid #af967f; }
#af967f Text Font Color
<p style="color:#af967f">Text here</p>
This sample text font color is #af967f
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.
#af967f Background Color
<div style="background-color:#af967f">
Div content here</div>
This div background color is #af967f
#af967f Border Color
<div style="border:3px solid #af967f">
Div here</div>
This div border color is #af967f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,150,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af967f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af967f; -webkit-box-shadow: 1px 1px 3px 2px #af967f; box-shadow: 1px 1px 3px 2px #af967f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,150,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af967f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af967f; -webkit-box-shadow: 1px 1px 3px 2px #af967f; box-shadow: 1px 1px 3px 2px #af967f;">
Div content here</div>
This div box has shadow with color #af967f
Comments
No comments written yet.
Please login to write comment.