Shades of Shady Lady #AC8E9A
Tints of Shady Lady #AC8E9A
RGB
CMYK
RGB Variations
Color information
#AC8E9A (or 0xAC8E9A) is known color: Shady Lady. HEX triplet: AC, 8E and 9A. RGB value is (172,142,154). Sum of RGB (Red+Green+Blue) = 172+142+154=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E9A is #537165. Grayscale: #989898. Windows color (decimal): -5468518 or 10129068. OLE color: 10129068.
HSL color Cylindrical-coordinate representation of color #AC8E9A: hue angle of 336º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8E9A is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 154 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.33 |
| HSL | 336º | 0.15% | 0.62% | - |
| HSV(B) | 336º | 0.17% | 0.67% | - |
| XYZ | 32.52 | 30.45 | 34.74 | - |
| YUV | 152.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 154 | 0 | 0.17 | 0.10 | 0.33 | 336 | 0.15 | 0.62 |
| Hex | AC | 8E | 9A | 0 | 11 | A | 21 | 150 | F | 3E |
| Octal | 254 | 216 | 232 | 0 | 21 | 12 | 41 | 520 | 17 | 76 |
| Binary | 10101100 | 10001110 | 10011010 | 0 | 10001 | 1010 | 100001 | 101010000 | 1111 | 111110 |
Color Harmonies of #AC8E9A
Complementary color
Monochromatic Colors of #AC8E9A
Black with #AC8E9A
Text Example
Text Example
White with #AC8E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E9A; }
p { color: rgb(172,142,154); }
H1.HeaderClassName
{
color: #AC8E9A;
}
.AnyTagClassName
{
color: #AC8E9A;
}
</style>
background-color css
<style>
a { background-color: #AC8E9A; }
a { background-color: rgb(172,142,154); }
div.DivClassName
{
background-color: #AC8E9A;
}
.BgClassName
{
background-color: #AC8E9A;
}
</style>
border-color css
<style>
span { border-color: #AC8E9A; }
span { border-color: rgb(172,142,154); }
td.TdClassName
{
border-color: #AC8E9A;
}
.TagClassName
{
border-color: #AC8E9A;
}
</style>