Color spaces of #af775a
RGB | 175 | 119 | 90 |
---|---|---|---|
HSL | 0.06 | 0.35 | 0.52 |
HSV | 20° | 49° | 69° |
CMYK | 0.00 | 0.32 | 0.49 0.31 |
XYZ | 26.1215 | 23.0458 | 12.7444 |
Yxy | 23.0458 | 0.4219 | 0.3722 |
Hunter Lab | 48.0060 | 13.1165 | 17.8642 |
CIE-Lab | 55.1195 | 18.5302 | 24.7873 |
#af775a color RGB value is (175,119,90).
#af775a hex color red value is 175, green value is 119 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af775a hue: 0.06 , saturation: 0.35 and the lightness value of af775a is 0.52.
The process color (four color CMYK) of #af775a color hex is 0.00, 0.32, 0.49, 0.31. Web safe color of #af775a is #996666. Color #af775a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110111 | 01011010 |
Octal | 257 | 167 | 132 |
Decimal | 175 | 119 | 90 |
Hex | AF | 77 | 5A |
Shades of #af775a
Tints of #af775a
RGB Percentages of Color #af775a
CMYK Percentages of Color #af775a
Complementary Color
#af775a | #5a92af |
#af775a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af775a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af775a Color CSS Codes
.mybgcolor {background-color:#af775a; } .myforecolor {color:#af775a; } .mybordercolor {border:3px solid #af775a; }
#af775a Text Font Color
<p style="color:#af775a">Text here</p>
This sample text font color is #af775a
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.
#af775a Background Color
<div style="background-color:#af775a">
Div content here</div>
This div background color is #af775a
#af775a Border Color
<div style="border:3px solid #af775a">
Div here</div>
This div border color is #af775a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,119,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af775a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af775a; -webkit-box-shadow: 1px 1px 3px 2px #af775a; box-shadow: 1px 1px 3px 2px #af775a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,119,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af775a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af775a; -webkit-box-shadow: 1px 1px 3px 2px #af775a; box-shadow: 1px 1px 3px 2px #af775a;">
Div content here</div>
This div box has shadow with color #af775a
Comments
No comments written yet.
Please login to write comment.