Color spaces of #af997d
RGB | 175 | 153 | 125 |
---|---|---|---|
HSL | 0.09 | 0.24 | 0.59 |
HSV | 34° | 29° | 69° |
CMYK | 0.00 | 0.13 | 0.29 0.31 |
XYZ | 32.7721 | 33.3771 | 24.1172 |
Yxy | 33.3771 | 0.3631 | 0.3698 |
Hunter Lab | 57.7729 | 0.1528 | 15.6905 |
CIE-Lab | 64.4651 | 3.7785 | 17.7236 |
#af997d color RGB value is (175,153,125).
#af997d hex color red value is 175, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af997d hue: 0.09 , saturation: 0.24 and the lightness value of af997d is 0.59.
The process color (four color CMYK) of #af997d color hex is 0.00, 0.13, 0.29, 0.31. Web safe color of #af997d is #999966. Color #af997d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10011001 | 01111101 |
Octal | 257 | 231 | 175 |
Decimal | 175 | 153 | 125 |
Hex | AF | 99 | 7D |
Shades of #af997d
Tints of #af997d
RGB Percentages of Color #af997d
CMYK Percentages of Color #af997d
Complementary Color
#af997d | #7d93af |
#af997d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af997d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af997d Color CSS Codes
.mybgcolor {background-color:#af997d; } .myforecolor {color:#af997d; } .mybordercolor {border:3px solid #af997d; }
#af997d Text Font Color
<p style="color:#af997d">Text here</p>
This sample text font color is #af997d
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.
#af997d Background Color
<div style="background-color:#af997d">
Div content here</div>
This div background color is #af997d
#af997d Border Color
<div style="border:3px solid #af997d">
Div here</div>
This div border color is #af997d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,153,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af997d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af997d; -webkit-box-shadow: 1px 1px 3px 2px #af997d; box-shadow: 1px 1px 3px 2px #af997d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,153,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af997d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af997d; -webkit-box-shadow: 1px 1px 3px 2px #af997d; box-shadow: 1px 1px 3px 2px #af997d;">
Div content here</div>
This div box has shadow with color #af997d
Comments
No comments written yet.
Please login to write comment.