Shades of Dusty Grey #AC9595
Tints of Dusty Grey #AC9595
RGB
CMYK
RGB Variations
Color information
#AC9595 (or 0xAC9595) is known color: Dusty Grey. HEX triplet: AC, 95 and 95. RGB value is (172,149,149). Sum of RGB (Red+Green+Blue) = 172+149+149=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9595 is #536A6A. Grayscale: #9B9B9B. Windows color (decimal): -5466731 or 9803180. OLE color: 9803180.
HSL color Cylindrical-coordinate representation of color #AC9595: hue angle of 0º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9595 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 149 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.33 |
| HSL | 0º | 0.12% | 0.63% | - |
| HSV(B) | 0º | 0.13% | 0.67% | - |
| XYZ | 33.19 | 32.44 | 32.95 | - |
| YUV | 155.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 149 | 0 | 0.13 | 0.13 | 0.33 | 0 | 0.12 | 0.63 |
| Hex | AC | 95 | 95 | 0 | D | D | 21 | 0 | C | 3F |
| Octal | 254 | 225 | 225 | 0 | 15 | 15 | 41 | 0 | 14 | 77 |
| Binary | 10101100 | 10010101 | 10010101 | 0 | 1101 | 1101 | 100001 | 0 | 1100 | 111111 |
Color Harmonies of #AC9595
Complementary color
Monochromatic Colors of #AC9595
Black with #AC9595
Text Example
Text Example
White with #AC9595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9595; }
p { color: rgb(172,149,149); }
H1.HeaderClassName
{
color: #AC9595;
}
.AnyTagClassName
{
color: #AC9595;
}
</style>
background-color css
<style>
a { background-color: #AC9595; }
a { background-color: rgb(172,149,149); }
div.DivClassName
{
background-color: #AC9595;
}
.BgClassName
{
background-color: #AC9595;
}
</style>
border-color css
<style>
span { border-color: #AC9595; }
span { border-color: rgb(172,149,149); }
td.TdClassName
{
border-color: #AC9595;
}
.TagClassName
{
border-color: #AC9595;
}
</style>