Color spaces of #af704d
RGB | 175 | 112 | 77 |
---|---|---|---|
HSL | 0.06 | 0.39 | 0.49 |
HSV | 21° | 56° | 69° |
CMYK | 0.00 | 0.36 | 0.56 0.31 |
XYZ | 24.8129 | 21.2381 | 9.8128 |
Yxy | 21.2381 | 0.4442 | 0.3802 |
Hunter Lab | 46.0848 | 15.4592 | 19.6348 |
CIE-Lab | 53.2091 | 21.2429 | 29.6573 |
#af704d color RGB value is (175,112,77).
#af704d hex color red value is 175, green value is 112 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af704d hue: 0.06 , saturation: 0.39 and the lightness value of af704d is 0.49.
The process color (four color CMYK) of #af704d color hex is 0.00, 0.36, 0.56, 0.31. Web safe color of #af704d is #996666. Color #af704d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110000 | 01001101 |
Octal | 257 | 160 | 115 |
Decimal | 175 | 112 | 77 |
Hex | AF | 70 | 4D |
Shades of #af704d
Tints of #af704d
RGB Percentages of Color #af704d
CMYK Percentages of Color #af704d
Complementary Color
#af704d | #4d8caf |
#af704d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af704d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af704d Color CSS Codes
.mybgcolor {background-color:#af704d; } .myforecolor {color:#af704d; } .mybordercolor {border:3px solid #af704d; }
#af704d Text Font Color
<p style="color:#af704d">Text here</p>
This sample text font color is #af704d
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.
#af704d Background Color
<div style="background-color:#af704d">
Div content here</div>
This div background color is #af704d
#af704d Border Color
<div style="border:3px solid #af704d">
Div here</div>
This div border color is #af704d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,112,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af704d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af704d; -webkit-box-shadow: 1px 1px 3px 2px #af704d; box-shadow: 1px 1px 3px 2px #af704d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,112,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af704d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af704d; -webkit-box-shadow: 1px 1px 3px 2px #af704d; box-shadow: 1px 1px 3px 2px #af704d;">
Div content here</div>
This div box has shadow with color #af704d
Comments
No comments written yet.
Please login to write comment.