Shades of Shady Lady #AB9FA5
Tints of Shady Lady #AB9FA5
RGB
CMYK
RGB Variations
Color information
#AB9FA5 (or 0xAB9FA5) is known color: Shady Lady. HEX triplet: AB, 9F and A5. RGB value is (171,159,165). Sum of RGB (Red+Green+Blue) = 171+159+165=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA5 is #54605A. Grayscale: #A3A3A3. Windows color (decimal): -5529691 or 10854315. OLE color: 10854315.
HSL color Cylindrical-coordinate representation of color #AB9FA5: hue angle of 330º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9FA5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 159 | 165 | - |
CMYK | 0 | 0.07 | 0.04 | 0.33 |
HSL | 330º | 0.07% | 0.65% | - |
HSV(B) | 330º | 0.07% | 0.67% | - |
XYZ | 35.98 | 36.17 | 40.68 | - |
YUV | 163.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 159 | 165 | 0 | 0.07 | 0.04 | 0.33 | 330 | 0.07 | 0.65 |
Hex | AB | 9F | A5 | 0 | 7 | 4 | 21 | 14A | 7 | 41 |
Octal | 253 | 237 | 245 | 0 | 7 | 4 | 41 | 512 | 7 | 101 |
Binary | 10101011 | 10011111 | 10100101 | 0 | 111 | 100 | 100001 | 101001010 | 111 | 1000001 |
Color Harmonies of #AB9FA5
Complementary color
Monochromatic Colors of #AB9FA5
Black with #AB9FA5
Text Example
Text Example
White with #AB9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FA5; }
p { color: rgb(171,159,165); }
H1.HeaderClassName
{
color: #AB9FA5;
}
.AnyTagClassName
{
color: #AB9FA5;
}
</style>
background-color css
<style>
a { background-color: #AB9FA5; }
a { background-color: rgb(171,159,165); }
div.DivClassName
{
background-color: #AB9FA5;
}
.BgClassName
{
background-color: #AB9FA5;
}
</style>
border-color css
<style>
span { border-color: #AB9FA5; }
span { border-color: rgb(171,159,165); }
td.TdClassName
{
border-color: #AB9FA5;
}
.TagClassName
{
border-color: #AB9FA5;
}
</style>