Color spaces of #af725b
RGB | 175 | 114 | 91 |
---|---|---|---|
HSL | 0.05 | 0.34 | 0.52 |
HSV | 16° | 48° | 69° |
CMYK | 0.00 | 0.35 | 0.48 0.31 |
XYZ | 25.5848 | 21.9039 | 12.7769 |
Yxy | 21.9039 | 0.4245 | 0.3635 |
Hunter Lab | 46.8016 | 15.6769 | 16.5749 |
CIE-Lab | 53.9249 | 21.4375 | 22.6446 |
#af725b color RGB value is (175,114,91).
#af725b hex color red value is 175, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af725b hue: 0.05 , saturation: 0.34 and the lightness value of af725b is 0.52.
The process color (four color CMYK) of #af725b color hex is 0.00, 0.35, 0.48, 0.31. Web safe color of #af725b is #996666. Color #af725b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110010 | 01011011 |
Octal | 257 | 162 | 133 |
Decimal | 175 | 114 | 91 |
Hex | AF | 72 | 5B |
Shades of #af725b
Tints of #af725b
RGB Percentages of Color #af725b
CMYK Percentages of Color #af725b
Complementary Color
#af725b | #5b98af |
#af725b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af725b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af725b Color CSS Codes
.mybgcolor {background-color:#af725b; } .myforecolor {color:#af725b; } .mybordercolor {border:3px solid #af725b; }
#af725b Text Font Color
<p style="color:#af725b">Text here</p>
This sample text font color is #af725b
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.
#af725b Background Color
<div style="background-color:#af725b">
Div content here</div>
This div background color is #af725b
#af725b Border Color
<div style="border:3px solid #af725b">
Div here</div>
This div border color is #af725b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,114,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af725b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af725b; -webkit-box-shadow: 1px 1px 3px 2px #af725b; box-shadow: 1px 1px 3px 2px #af725b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,114,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af725b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af725b; -webkit-box-shadow: 1px 1px 3px 2px #af725b; box-shadow: 1px 1px 3px 2px #af725b;">
Div content here</div>
This div box has shadow with color #af725b
Comments
No comments written yet.
Please login to write comment.