Shades of Shady Lady #ABA5A8
Tints of Shady Lady #ABA5A8
RGB
CMYK
RGB Variations
Color information
#ABA5A8 (or 0xABA5A8) is known color: Shady Lady. HEX triplet: AB, A5 and A8. RGB value is (171,165,168). Sum of RGB (Red+Green+Blue) = 171+165+168=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA5A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5A8 is #545A57. Grayscale: #A7A7A7. Windows color (decimal): -5528152 or 11052459. OLE color: 11052459.
HSL color Cylindrical-coordinate representation of color #ABA5A8: hue angle of 330º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA5A8 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 165 | 168 | - |
CMYK | 0 | 0.04 | 0.02 | 0.33 |
HSL | 330º | 0.03% | 0.66% | - |
HSV(B) | 330º | 0.04% | 0.67% | - |
XYZ | 37.32 | 38.4 | 42.49 | - |
YUV | 167.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 165 | 168 | 0 | 0.04 | 0.02 | 0.33 | 330 | 0.03 | 0.66 |
Hex | AB | A5 | A8 | 0 | 4 | 2 | 21 | 14A | 3 | 42 |
Octal | 253 | 245 | 250 | 0 | 4 | 2 | 41 | 512 | 3 | 102 |
Binary | 10101011 | 10100101 | 10101000 | 0 | 100 | 10 | 100001 | 101001010 | 11 | 1000010 |
Color Harmonies of #ABA5A8
Complementary color
Monochromatic Colors of #ABA5A8
Black with #ABA5A8
Text Example
Text Example
White with #ABA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5A8; }
p { color: rgb(171,165,168); }
H1.HeaderClassName
{
color: #ABA5A8;
}
.AnyTagClassName
{
color: #ABA5A8;
}
</style>
background-color css
<style>
a { background-color: #ABA5A8; }
a { background-color: rgb(171,165,168); }
div.DivClassName
{
background-color: #ABA5A8;
}
.BgClassName
{
background-color: #ABA5A8;
}
</style>
border-color css
<style>
span { border-color: #ABA5A8; }
span { border-color: rgb(171,165,168); }
td.TdClassName
{
border-color: #ABA5A8;
}
.TagClassName
{
border-color: #ABA5A8;
}
</style>