Shades of Dusty Grey #AC9C99
Tints of Dusty Grey #AC9C99
RGB
CMYK
RGB Variations
Color information
#AC9C99 (or 0xAC9C99) is known color: Dusty Grey. HEX triplet: AC, 9C and 99. RGB value is (172,156,153). Sum of RGB (Red+Green+Blue) = 172+156+153=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C99 is #536366. Grayscale: #A0A0A0. Windows color (decimal): -5464935 or 10067116. OLE color: 10067116.
HSL color Cylindrical-coordinate representation of color #AC9C99: hue angle of 9.47º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9C99 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 153 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.33 |
| HSL | 9.47º | 0.1% | 0.64% | - |
| HSV(B) | 9.47º | 0.11% | 0.67% | - |
| XYZ | 34.65 | 34.85 | 35.04 | - |
| YUV | 160.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 153 | 0 | 0.09 | 0.11 | 0.33 | 9.47 | 0.1 | 0.64 |
| Hex | AC | 9C | 99 | 0 | 9 | B | 21 | 9 | A | 40 |
| Octal | 254 | 234 | 231 | 0 | 11 | 13 | 41 | 11 | 12 | 100 |
| Binary | 10101100 | 10011100 | 10011001 | 0 | 1001 | 1011 | 100001 | 1001 | 1010 | 1000000 |
Color Harmonies of #AC9C99
Complementary color
Monochromatic Colors of #AC9C99
Black with #AC9C99
Text Example
Text Example
White with #AC9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C99; }
p { color: rgb(172,156,153); }
H1.HeaderClassName
{
color: #AC9C99;
}
.AnyTagClassName
{
color: #AC9C99;
}
</style>
background-color css
<style>
a { background-color: #AC9C99; }
a { background-color: rgb(172,156,153); }
div.DivClassName
{
background-color: #AC9C99;
}
.BgClassName
{
background-color: #AC9C99;
}
</style>
border-color css
<style>
span { border-color: #AC9C99; }
span { border-color: rgb(172,156,153); }
td.TdClassName
{
border-color: #AC9C99;
}
.TagClassName
{
border-color: #AC9C99;
}
</style>