Color spaces of #af726a
RGB | 175 | 114 | 106 |
---|---|---|---|
HSL | 0.02 | 0.30 | 0.55 |
HSV | 7° | 39° | 69° |
CMYK | 0.00 | 0.35 | 0.39 0.31 |
XYZ | 26.2980 | 22.1892 | 16.5326 |
Yxy | 22.1892 | 0.4045 | 0.3413 |
Hunter Lab | 47.1054 | 17.2185 | 12.1648 |
CIE-Lab | 54.2272 | 23.1069 | 14.3832 |
#af726a color RGB value is (175,114,106).
#af726a hex color red value is 175, green value is 114 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af726a hue: 0.02 , saturation: 0.30 and the lightness value of af726a is 0.55.
The process color (four color CMYK) of #af726a color hex is 0.00, 0.35, 0.39, 0.31. Web safe color of #af726a is #996666. Color #af726a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110010 | 01101010 |
Octal | 257 | 162 | 152 |
Decimal | 175 | 114 | 106 |
Hex | AF | 72 | 6A |
Shades of #af726a
Tints of #af726a
RGB Percentages of Color #af726a
CMYK Percentages of Color #af726a
Complementary Color
#af726a | #6aa7af |
#af726a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af726a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af726a Color CSS Codes
.mybgcolor {background-color:#af726a; } .myforecolor {color:#af726a; } .mybordercolor {border:3px solid #af726a; }
#af726a Text Font Color
<p style="color:#af726a">Text here</p>
This sample text font color is #af726a
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.
#af726a Background Color
<div style="background-color:#af726a">
Div content here</div>
This div background color is #af726a
#af726a Border Color
<div style="border:3px solid #af726a">
Div here</div>
This div border color is #af726a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,114,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af726a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af726a; -webkit-box-shadow: 1px 1px 3px 2px #af726a; box-shadow: 1px 1px 3px 2px #af726a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,114,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af726a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af726a; -webkit-box-shadow: 1px 1px 3px 2px #af726a; box-shadow: 1px 1px 3px 2px #af726a;">
Div content here</div>
This div box has shadow with color #af726a
Comments
No comments written yet.
Please login to write comment.