Shades of Dusty Grey #AC9E9C
Tints of Dusty Grey #AC9E9C
RGB
CMYK
RGB Variations
Color information
#AC9E9C (or 0xAC9E9C) is known color: Dusty Grey. HEX triplet: AC, 9E and 9C. RGB value is (172,158,156). Sum of RGB (Red+Green+Blue) = 172+158+156=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E9C is #536163. Grayscale: #A1A1A1. Windows color (decimal): -5464420 or 10264236. OLE color: 10264236.
HSL color Cylindrical-coordinate representation of color #AC9E9C: hue angle of 7.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9E9C is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 156 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.33 |
| HSL | 7.5º | 0.09% | 0.64% | - |
| HSV(B) | 7.5º | 0.09% | 0.67% | - |
| XYZ | 35.24 | 35.62 | 36.47 | - |
| YUV | 161.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 156 | 0 | 0.08 | 0.09 | 0.33 | 7.5 | 0.09 | 0.64 |
| Hex | AC | 9E | 9C | 0 | 8 | 9 | 21 | 8 | 9 | 40 |
| Octal | 254 | 236 | 234 | 0 | 10 | 11 | 41 | 10 | 11 | 100 |
| Binary | 10101100 | 10011110 | 10011100 | 0 | 1000 | 1001 | 100001 | 1000 | 1001 | 1000000 |
Color Harmonies of #AC9E9C
Complementary color
Monochromatic Colors of #AC9E9C
Black with #AC9E9C
Text Example
Text Example
White with #AC9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E9C; }
p { color: rgb(172,158,156); }
H1.HeaderClassName
{
color: #AC9E9C;
}
.AnyTagClassName
{
color: #AC9E9C;
}
</style>
background-color css
<style>
a { background-color: #AC9E9C; }
a { background-color: rgb(172,158,156); }
div.DivClassName
{
background-color: #AC9E9C;
}
.BgClassName
{
background-color: #AC9E9C;
}
</style>
border-color css
<style>
span { border-color: #AC9E9C; }
span { border-color: rgb(172,158,156); }
td.TdClassName
{
border-color: #AC9E9C;
}
.TagClassName
{
border-color: #AC9E9C;
}
</style>