Shades of Shady Lady #AC8F9B
Tints of Shady Lady #AC8F9B
RGB
CMYK
RGB Variations
Color information
#AC8F9B (or 0xAC8F9B) is known color: Shady Lady. HEX triplet: AC, 8F and 9B. RGB value is (172,143,155). Sum of RGB (Red+Green+Blue) = 172+143+155=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9B is #537064. Grayscale: #999999. Windows color (decimal): -5468261 or 10194860. OLE color: 10194860.
HSL color Cylindrical-coordinate representation of color #AC8F9B: hue angle of 335.17º 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 #AC8F9B is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 155 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.33 |
| HSL | 335.17º | 0.15% | 0.62% | - |
| HSV(B) | 335.17º | 0.17% | 0.67% | - |
| XYZ | 32.75 | 30.78 | 35.23 | - |
| YUV | 153.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 155 | 0 | 0.17 | 0.10 | 0.33 | 335.17 | 0.15 | 0.62 |
| Hex | AC | 8F | 9B | 0 | 11 | A | 21 | 14F | F | 3E |
| Octal | 254 | 217 | 233 | 0 | 21 | 12 | 41 | 517 | 17 | 76 |
| Binary | 10101100 | 10001111 | 10011011 | 0 | 10001 | 1010 | 100001 | 101001111 | 1111 | 111110 |
Color Harmonies of #AC8F9B
Complementary color
Monochromatic Colors of #AC8F9B
Black with #AC8F9B
Text Example
Text Example
White with #AC8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F9B; }
p { color: rgb(172,143,155); }
H1.HeaderClassName
{
color: #AC8F9B;
}
.AnyTagClassName
{
color: #AC8F9B;
}
</style>
background-color css
<style>
a { background-color: #AC8F9B; }
a { background-color: rgb(172,143,155); }
div.DivClassName
{
background-color: #AC8F9B;
}
.BgClassName
{
background-color: #AC8F9B;
}
</style>
border-color css
<style>
span { border-color: #AC8F9B; }
span { border-color: rgb(172,143,155); }
td.TdClassName
{
border-color: #AC8F9B;
}
.TagClassName
{
border-color: #AC8F9B;
}
</style>