Shades of Shady Lady #A8989C
Tints of Shady Lady #A8989C
RGB
CMYK
RGB Variations
Color information
#A8989C (or 0xA8989C) is known color: Shady Lady. HEX triplet: A8, 98 and 9C. RGB value is (168,152,156). Sum of RGB (Red+Green+Blue) = 168+152+156=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A8989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8989C is #576763. Grayscale: #9D9D9D. Windows color (decimal): -5728100 or 10262696. OLE color: 10262696.
HSL color Cylindrical-coordinate representation of color #A8989C: hue angle of 345º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8989C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 152 | 156 | - |
CMYK | 0 | 0.10 | 0.07 | 0.34 |
HSL | 345º | 0.08% | 0.63% | - |
HSV(B) | 345º | 0.1% | 0.66% | - |
XYZ | 33.38 | 33.18 | 36.1 | - |
YUV | 157.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 152 | 156 | 0 | 0.10 | 0.07 | 0.34 | 345 | 0.08 | 0.63 |
Hex | A8 | 98 | 9C | 0 | A | 7 | 22 | 159 | 8 | 3F |
Octal | 250 | 230 | 234 | 0 | 12 | 7 | 42 | 531 | 10 | 77 |
Binary | 10101000 | 10011000 | 10011100 | 0 | 1010 | 111 | 100010 | 101011001 | 1000 | 111111 |
Color Harmonies of #A8989C
Complementary color
Monochromatic Colors of #A8989C
Black with #A8989C
Text Example
Text Example
White with #A8989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8989C; }
p { color: rgb(168,152,156); }
H1.HeaderClassName
{
color: #A8989C;
}
.AnyTagClassName
{
color: #A8989C;
}
</style>
background-color css
<style>
a { background-color: #A8989C; }
a { background-color: rgb(168,152,156); }
div.DivClassName
{
background-color: #A8989C;
}
.BgClassName
{
background-color: #A8989C;
}
</style>
border-color css
<style>
span { border-color: #A8989C; }
span { border-color: rgb(168,152,156); }
td.TdClassName
{
border-color: #A8989C;
}
.TagClassName
{
border-color: #A8989C;
}
</style>