Shades of Shady Lady #AC919B
Tints of Shady Lady #AC919B
RGB
CMYK
RGB Variations
Color information
#AC919B (or 0xAC919B) is known color: Shady Lady. HEX triplet: AC, 91 and 9B. RGB value is (172,145,155). Sum of RGB (Red+Green+Blue) = 172+145+155=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC919B is #536E64. Grayscale: #9A9A9A. Windows color (decimal): -5467749 or 10195372. OLE color: 10195372.
HSL color Cylindrical-coordinate representation of color #AC919B: hue angle of 337.78º 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 #AC919B is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 155 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.33 |
| HSL | 337.78º | 0.14% | 0.62% | - |
| HSV(B) | 337.78º | 0.16% | 0.67% | - |
| XYZ | 33.06 | 31.39 | 35.33 | - |
| YUV | 154.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 155 | 0 | 0.16 | 0.10 | 0.33 | 337.78 | 0.14 | 0.62 |
| Hex | AC | 91 | 9B | 0 | 10 | A | 21 | 152 | E | 3E |
| Octal | 254 | 221 | 233 | 0 | 20 | 12 | 41 | 522 | 16 | 76 |
| Binary | 10101100 | 10010001 | 10011011 | 0 | 10000 | 1010 | 100001 | 101010010 | 1110 | 111110 |
Color Harmonies of #AC919B
Complementary color
Monochromatic Colors of #AC919B
Black with #AC919B
Text Example
Text Example
White with #AC919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC919B; }
p { color: rgb(172,145,155); }
H1.HeaderClassName
{
color: #AC919B;
}
.AnyTagClassName
{
color: #AC919B;
}
</style>
background-color css
<style>
a { background-color: #AC919B; }
a { background-color: rgb(172,145,155); }
div.DivClassName
{
background-color: #AC919B;
}
.BgClassName
{
background-color: #AC919B;
}
</style>
border-color css
<style>
span { border-color: #AC919B; }
span { border-color: rgb(172,145,155); }
td.TdClassName
{
border-color: #AC919B;
}
.TagClassName
{
border-color: #AC919B;
}
</style>