Shades of Dusty Grey #AE9594
Tints of Dusty Grey #AE9594
RGB
CMYK
RGB Variations
Color information
#AE9594 (or 0xAE9594) is known color: Dusty Grey. HEX triplet: AE, 95 and 94. RGB value is (174,149,148). Sum of RGB (Red+Green+Blue) = 174+149+148=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9594 is #516A6B. Grayscale: #9C9C9C. Windows color (decimal): -5335660 or 9737646. OLE color: 9737646.
HSL color Cylindrical-coordinate representation of color #AE9594: hue angle of 2.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE9594 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 148 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.32 |
| HSL | 2.31º | 0.14% | 0.63% | - |
| HSV(B) | 2.31º | 0.15% | 0.68% | - |
| XYZ | 33.55 | 32.63 | 32.55 | - |
| YUV | 156.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 148 | 0 | 0.14 | 0.15 | 0.32 | 2.31 | 0.14 | 0.63 |
| Hex | AE | 95 | 94 | 0 | E | F | 20 | 2 | E | 3F |
| Octal | 256 | 225 | 224 | 0 | 16 | 17 | 40 | 2 | 16 | 77 |
| Binary | 10101110 | 10010101 | 10010100 | 0 | 1110 | 1111 | 100000 | 10 | 1110 | 111111 |
Color Harmonies of #AE9594
Complementary color
Monochromatic Colors of #AE9594
Black with #AE9594
Text Example
Text Example
White with #AE9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9594; }
p { color: rgb(174,149,148); }
H1.HeaderClassName
{
color: #AE9594;
}
.AnyTagClassName
{
color: #AE9594;
}
</style>
background-color css
<style>
a { background-color: #AE9594; }
a { background-color: rgb(174,149,148); }
div.DivClassName
{
background-color: #AE9594;
}
.BgClassName
{
background-color: #AE9594;
}
</style>
border-color css
<style>
span { border-color: #AE9594; }
span { border-color: rgb(174,149,148); }
td.TdClassName
{
border-color: #AE9594;
}
.TagClassName
{
border-color: #AE9594;
}
</style>