Shades of Shady Lady #AC94A0
Tints of Shady Lady #AC94A0
RGB
CMYK
RGB Variations
Color information
#AC94A0 (or 0xAC94A0) is known color: Shady Lady. HEX triplet: AC, 94 and A0. RGB value is (172,148,160). Sum of RGB (Red+Green+Blue) = 172+148+160=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94A0 is #536B5F. Grayscale: #9C9C9C. Windows color (decimal): -5466976 or 10523820. OLE color: 10523820.
HSL color Cylindrical-coordinate representation of color #AC94A0: hue angle of 330º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC94A0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 148 | 160 | - |
CMYK | 0 | 0.14 | 0.07 | 0.33 |
HSL | 330º | 0.13% | 0.63% | - |
HSV(B) | 330º | 0.14% | 0.67% | - |
XYZ | 33.95 | 32.49 | 37.74 | - |
YUV | 156.54 | 129.95 | 139.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 148 | 160 | 0 | 0.14 | 0.07 | 0.33 | 330 | 0.13 | 0.63 |
Hex | AC | 94 | A0 | 0 | E | 7 | 21 | 14A | D | 3F |
Octal | 254 | 224 | 240 | 0 | 16 | 7 | 41 | 512 | 15 | 77 |
Binary | 10101100 | 10010100 | 10100000 | 0 | 1110 | 111 | 100001 | 101001010 | 1101 | 111111 |
Color Harmonies of #AC94A0
Complementary color
Monochromatic Colors of #AC94A0
Black with #AC94A0
Text Example
Text Example
White with #AC94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94A0; }
p { color: rgb(172,148,160); }
H1.HeaderClassName
{
color: #AC94A0;
}
.AnyTagClassName
{
color: #AC94A0;
}
</style>
background-color css
<style>
a { background-color: #AC94A0; }
a { background-color: rgb(172,148,160); }
div.DivClassName
{
background-color: #AC94A0;
}
.BgClassName
{
background-color: #AC94A0;
}
</style>
border-color css
<style>
span { border-color: #AC94A0; }
span { border-color: rgb(172,148,160); }
td.TdClassName
{
border-color: #AC94A0;
}
.TagClassName
{
border-color: #AC94A0;
}
</style>