Shades of Shady Lady #AC92A0
Tints of Shady Lady #AC92A0
RGB
CMYK
RGB Variations
Color information
#AC92A0 (or 0xAC92A0) is known color: Shady Lady. HEX triplet: AC, 92 and A0. RGB value is (172,146,160). Sum of RGB (Red+Green+Blue) = 172+146+160=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A0 is #536D5F. Grayscale: #9B9B9B. Windows color (decimal): -5467488 or 10523308. OLE color: 10523308.
HSL color Cylindrical-coordinate representation of color #AC92A0: hue angle of 327.69º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC92A0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 160 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.33 |
| HSL | 327.69º | 0.14% | 0.62% | - |
| HSV(B) | 327.69º | 0.15% | 0.67% | - |
| XYZ | 33.64 | 31.87 | 37.64 | - |
| YUV | 155.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 160 | 0 | 0.15 | 0.07 | 0.33 | 327.69 | 0.14 | 0.62 |
| Hex | AC | 92 | A0 | 0 | F | 7 | 21 | 148 | E | 3E |
| Octal | 254 | 222 | 240 | 0 | 17 | 7 | 41 | 510 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10100000 | 0 | 1111 | 111 | 100001 | 101001000 | 1110 | 111110 |
Color Harmonies of #AC92A0
Complementary color
Monochromatic Colors of #AC92A0
Black with #AC92A0
Text Example
Text Example
White with #AC92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92A0; }
p { color: rgb(172,146,160); }
H1.HeaderClassName
{
color: #AC92A0;
}
.AnyTagClassName
{
color: #AC92A0;
}
</style>
background-color css
<style>
a { background-color: #AC92A0; }
a { background-color: rgb(172,146,160); }
div.DivClassName
{
background-color: #AC92A0;
}
.BgClassName
{
background-color: #AC92A0;
}
</style>
border-color css
<style>
span { border-color: #AC92A0; }
span { border-color: rgb(172,146,160); }
td.TdClassName
{
border-color: #AC92A0;
}
.TagClassName
{
border-color: #AC92A0;
}
</style>