Shades of Shady Lady #AF90A0
Tints of Shady Lady #AF90A0
RGB
CMYK
RGB Variations
Color information
#AF90A0 (or 0xAF90A0) is known color: Shady Lady. HEX triplet: AF, 90 and A0. RGB value is (175,144,160). Sum of RGB (Red+Green+Blue) = 175+144+160=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90A0 is #506F5F. Grayscale: #9B9B9B. Windows color (decimal): -5271392 or 10522799. OLE color: 10522799.
HSL color Cylindrical-coordinate representation of color #AF90A0: hue angle of 329.03º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF90A0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 160 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.31 |
| HSL | 329.03º | 0.16% | 0.63% | - |
| HSV(B) | 329.03º | 0.18% | 0.69% | - |
| XYZ | 34 | 31.6 | 37.56 | - |
| YUV | 155.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 160 | 0 | 0.18 | 0.09 | 0.31 | 329.03 | 0.16 | 0.63 |
| Hex | AF | 90 | A0 | 0 | 12 | 9 | 1F | 149 | 10 | 3F |
| Octal | 257 | 220 | 240 | 0 | 22 | 11 | 37 | 511 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10100000 | 0 | 10010 | 1001 | 11111 | 101001001 | 10000 | 111111 |
Color Harmonies of #AF90A0
Complementary color
Monochromatic Colors of #AF90A0
Black with #AF90A0
Text Example
Text Example
White with #AF90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90A0; }
p { color: rgb(175,144,160); }
H1.HeaderClassName
{
color: #AF90A0;
}
.AnyTagClassName
{
color: #AF90A0;
}
</style>
background-color css
<style>
a { background-color: #AF90A0; }
a { background-color: rgb(175,144,160); }
div.DivClassName
{
background-color: #AF90A0;
}
.BgClassName
{
background-color: #AF90A0;
}
</style>
border-color css
<style>
span { border-color: #AF90A0; }
span { border-color: rgb(175,144,160); }
td.TdClassName
{
border-color: #AF90A0;
}
.TagClassName
{
border-color: #AF90A0;
}
</style>