Shades of Dusty Grey #AC9C9B
Tints of Dusty Grey #AC9C9B
RGB
CMYK
RGB Variations
Color information
#AC9C9B (or 0xAC9C9B) is known color: Dusty Grey. HEX triplet: AC, 9C and 9B. RGB value is (172,156,155). Sum of RGB (Red+Green+Blue) = 172+156+155=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9B is #536364. Grayscale: #A0A0A0. Windows color (decimal): -5464933 or 10198188. OLE color: 10198188.
HSL color Cylindrical-coordinate representation of color #AC9C9B: hue angle of 3.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9C9B is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 155 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.33 |
| HSL | 3.53º | 0.09% | 0.64% | - |
| HSV(B) | 3.53º | 0.1% | 0.67% | - |
| XYZ | 34.82 | 34.91 | 35.91 | - |
| YUV | 160.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 155 | 0 | 0.09 | 0.10 | 0.33 | 3.53 | 0.09 | 0.64 |
| Hex | AC | 9C | 9B | 0 | 9 | A | 21 | 4 | 9 | 40 |
| Octal | 254 | 234 | 233 | 0 | 11 | 12 | 41 | 4 | 11 | 100 |
| Binary | 10101100 | 10011100 | 10011011 | 0 | 1001 | 1010 | 100001 | 100 | 1001 | 1000000 |
Color Harmonies of #AC9C9B
Complementary color
Monochromatic Colors of #AC9C9B
Black with #AC9C9B
Text Example
Text Example
White with #AC9C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C9B; }
p { color: rgb(172,156,155); }
H1.HeaderClassName
{
color: #AC9C9B;
}
.AnyTagClassName
{
color: #AC9C9B;
}
</style>
background-color css
<style>
a { background-color: #AC9C9B; }
a { background-color: rgb(172,156,155); }
div.DivClassName
{
background-color: #AC9C9B;
}
.BgClassName
{
background-color: #AC9C9B;
}
</style>
border-color css
<style>
span { border-color: #AC9C9B; }
span { border-color: rgb(172,156,155); }
td.TdClassName
{
border-color: #AC9C9B;
}
.TagClassName
{
border-color: #AC9C9B;
}
</style>