Shades of Shady Lady #AC92A1
Tints of Shady Lady #AC92A1
RGB
CMYK
RGB Variations
Color information
#AC92A1 (or 0xAC92A1) is known color: Shady Lady. HEX triplet: AC, 92 and A1. RGB value is (172,146,161). Sum of RGB (Red+Green+Blue) = 172+146+161=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A1 is #536D5E. Grayscale: #9B9B9B. Windows color (decimal): -5467487 or 10588844. OLE color: 10588844.
HSL color Cylindrical-coordinate representation of color #AC92A1: hue angle of 325.38º 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 #AC92A1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 161 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.33 |
| HSL | 325.38º | 0.14% | 0.62% | - |
| HSV(B) | 325.38º | 0.15% | 0.67% | - |
| XYZ | 33.73 | 31.9 | 38.1 | - |
| YUV | 155.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 161 | 0 | 0.15 | 0.06 | 0.33 | 325.38 | 0.14 | 0.62 |
| Hex | AC | 92 | A1 | 0 | F | 6 | 21 | 145 | E | 3E |
| Octal | 254 | 222 | 241 | 0 | 17 | 6 | 41 | 505 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10100001 | 0 | 1111 | 110 | 100001 | 101000101 | 1110 | 111110 |
Color Harmonies of #AC92A1
Complementary color
Monochromatic Colors of #AC92A1
Black with #AC92A1
Text Example
Text Example
White with #AC92A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92A1; }
p { color: rgb(172,146,161); }
H1.HeaderClassName
{
color: #AC92A1;
}
.AnyTagClassName
{
color: #AC92A1;
}
</style>
background-color css
<style>
a { background-color: #AC92A1; }
a { background-color: rgb(172,146,161); }
div.DivClassName
{
background-color: #AC92A1;
}
.BgClassName
{
background-color: #AC92A1;
}
</style>
border-color css
<style>
span { border-color: #AC92A1; }
span { border-color: rgb(172,146,161); }
td.TdClassName
{
border-color: #AC92A1;
}
.TagClassName
{
border-color: #AC92A1;
}
</style>