Shades of Dusty Grey #AC9997
Tints of Dusty Grey #AC9997
RGB
CMYK
RGB Variations
Color information
#AC9997 (or 0xAC9997) is known color: Dusty Grey. HEX triplet: AC, 99 and 97. RGB value is (172,153,151). Sum of RGB (Red+Green+Blue) = 172+153+151=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9997 is #536668. Grayscale: #9E9E9E. Windows color (decimal): -5465705 or 9935276. OLE color: 9935276.
HSL color Cylindrical-coordinate representation of color #AC9997: hue angle of 5.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9997 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 151 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.33 |
| HSL | 5.71º | 0.11% | 0.63% | - |
| HSV(B) | 5.71º | 0.12% | 0.67% | - |
| XYZ | 33.99 | 33.79 | 34.01 | - |
| YUV | 158.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 151 | 0 | 0.11 | 0.12 | 0.33 | 5.71 | 0.11 | 0.63 |
| Hex | AC | 99 | 97 | 0 | B | C | 21 | 6 | B | 3F |
| Octal | 254 | 231 | 227 | 0 | 13 | 14 | 41 | 6 | 13 | 77 |
| Binary | 10101100 | 10011001 | 10010111 | 0 | 1011 | 1100 | 100001 | 110 | 1011 | 111111 |
Color Harmonies of #AC9997
Complementary color
Monochromatic Colors of #AC9997
Black with #AC9997
Text Example
Text Example
White with #AC9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9997; }
p { color: rgb(172,153,151); }
H1.HeaderClassName
{
color: #AC9997;
}
.AnyTagClassName
{
color: #AC9997;
}
</style>
background-color css
<style>
a { background-color: #AC9997; }
a { background-color: rgb(172,153,151); }
div.DivClassName
{
background-color: #AC9997;
}
.BgClassName
{
background-color: #AC9997;
}
</style>
border-color css
<style>
span { border-color: #AC9997; }
span { border-color: rgb(172,153,151); }
td.TdClassName
{
border-color: #AC9997;
}
.TagClassName
{
border-color: #AC9997;
}
</style>