Shades of Shady Lady #AC909B
Tints of Shady Lady #AC909B
RGB
CMYK
RGB Variations
Color information
#AC909B (or 0xAC909B) is known color: Shady Lady. HEX triplet: AC, 90 and 9B. RGB value is (172,144,155). Sum of RGB (Red+Green+Blue) = 172+144+155=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC909B is #536F64. Grayscale: #999999. Windows color (decimal): -5468005 or 10195116. OLE color: 10195116.
HSL color Cylindrical-coordinate representation of color #AC909B: hue angle of 336.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC909B is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 155 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.33 |
| HSL | 336.43º | 0.14% | 0.62% | - |
| HSV(B) | 336.43º | 0.16% | 0.67% | - |
| XYZ | 32.9 | 31.08 | 35.28 | - |
| YUV | 153.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 155 | 0 | 0.16 | 0.10 | 0.33 | 336.43 | 0.14 | 0.62 |
| Hex | AC | 90 | 9B | 0 | 10 | A | 21 | 150 | E | 3E |
| Octal | 254 | 220 | 233 | 0 | 20 | 12 | 41 | 520 | 16 | 76 |
| Binary | 10101100 | 10010000 | 10011011 | 0 | 10000 | 1010 | 100001 | 101010000 | 1110 | 111110 |
Color Harmonies of #AC909B
Complementary color
Monochromatic Colors of #AC909B
Black with #AC909B
Text Example
Text Example
White with #AC909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC909B; }
p { color: rgb(172,144,155); }
H1.HeaderClassName
{
color: #AC909B;
}
.AnyTagClassName
{
color: #AC909B;
}
</style>
background-color css
<style>
a { background-color: #AC909B; }
a { background-color: rgb(172,144,155); }
div.DivClassName
{
background-color: #AC909B;
}
.BgClassName
{
background-color: #AC909B;
}
</style>
border-color css
<style>
span { border-color: #AC909B; }
span { border-color: rgb(172,144,155); }
td.TdClassName
{
border-color: #AC909B;
}
.TagClassName
{
border-color: #AC909B;
}
</style>