Shades of Shady Lady #AFA0A5
Tints of Shady Lady #AFA0A5
RGB
CMYK
RGB Variations
Color information
#AFA0A5 (or 0xAFA0A5) is known color: Shady Lady. HEX triplet: AF, A0 and A5. RGB value is (175,160,165). Sum of RGB (Red+Green+Blue) = 175+160+165=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0A5 is #505F5A. Grayscale: #A5A5A5. Windows color (decimal): -5267291 or 10854575. OLE color: 10854575.
HSL color Cylindrical-coordinate representation of color #AFA0A5: hue angle of 340º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA0A5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 165 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.31 |
| HSL | 340º | 0.09% | 0.66% | - |
| HSV(B) | 340º | 0.09% | 0.69% | - |
| XYZ | 37.04 | 36.97 | 40.78 | - |
| YUV | 165.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 165 | 0 | 0.09 | 0.06 | 0.31 | 340 | 0.09 | 0.66 |
| Hex | AF | A0 | A5 | 0 | 9 | 6 | 1F | 154 | 9 | 42 |
| Octal | 257 | 240 | 245 | 0 | 11 | 6 | 37 | 524 | 11 | 102 |
| Binary | 10101111 | 10100000 | 10100101 | 0 | 1001 | 110 | 11111 | 101010100 | 1001 | 1000010 |
Color Harmonies of #AFA0A5
Complementary color
Monochromatic Colors of #AFA0A5
Black with #AFA0A5
Text Example
Text Example
White with #AFA0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0A5; }
p { color: rgb(175,160,165); }
H1.HeaderClassName
{
color: #AFA0A5;
}
.AnyTagClassName
{
color: #AFA0A5;
}
</style>
background-color css
<style>
a { background-color: #AFA0A5; }
a { background-color: rgb(175,160,165); }
div.DivClassName
{
background-color: #AFA0A5;
}
.BgClassName
{
background-color: #AFA0A5;
}
</style>
border-color css
<style>
span { border-color: #AFA0A5; }
span { border-color: rgb(175,160,165); }
td.TdClassName
{
border-color: #AFA0A5;
}
.TagClassName
{
border-color: #AFA0A5;
}
</style>