Color spaces of #af906a
RGB | 175 | 144 | 106 |
---|---|---|---|
HSL | 0.09 | 0.30 | 0.55 |
HSV | 33° | 39° | 69° |
CMYK | 0.00 | 0.18 | 0.39 0.31 |
XYZ | 30.2540 | 30.1011 | 17.8512 |
Yxy | 30.1011 | 0.3868 | 0.3849 |
Hunter Lab | 54.8645 | 2.4177 | 19.1140 |
CIE-Lab | 61.7414 | 6.2985 | 24.5742 |
#af906a color RGB value is (175,144,106).
#af906a hex color red value is 175, green value is 144 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af906a hue: 0.09 , saturation: 0.30 and the lightness value of af906a is 0.55.
The process color (four color CMYK) of #af906a color hex is 0.00, 0.18, 0.39, 0.31. Web safe color of #af906a is #999966. Color #af906a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010000 | 01101010 |
Octal | 257 | 220 | 152 |
Decimal | 175 | 144 | 106 |
Hex | AF | 90 | 6A |
Shades of #af906a
Tints of #af906a
RGB Percentages of Color #af906a
CMYK Percentages of Color #af906a
Complementary Color
#af906a | #6a89af |
#af906a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af906a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af906a Color CSS Codes
.mybgcolor {background-color:#af906a; } .myforecolor {color:#af906a; } .mybordercolor {border:3px solid #af906a; }
#af906a Text Font Color
<p style="color:#af906a">Text here</p>
This sample text font color is #af906a
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.
#af906a Background Color
<div style="background-color:#af906a">
Div content here</div>
This div background color is #af906a
#af906a Border Color
<div style="border:3px solid #af906a">
Div here</div>
This div border color is #af906a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,144,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af906a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af906a; -webkit-box-shadow: 1px 1px 3px 2px #af906a; box-shadow: 1px 1px 3px 2px #af906a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,144,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 #af906a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af906a; -webkit-box-shadow: 1px 1px 3px 2px #af906a; box-shadow: 1px 1px 3px 2px #af906a;">
Div content here</div>
This div box has shadow with color #af906a
Comments
No comments written yet.
Please login to write comment.