Shades of Dusty Grey #AE9696
Tints of Dusty Grey #AE9696
RGB
CMYK
RGB Variations
Color information
#AE9696 (or 0xAE9696) is known color: Dusty Grey. HEX triplet: AE, 96 and 96. RGB value is (174,150,150). Sum of RGB (Red+Green+Blue) = 174+150+150=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9696 is #516969. Grayscale: #9D9D9D. Windows color (decimal): -5335402 or 9868974. OLE color: 9868974.
HSL color Cylindrical-coordinate representation of color #AE9696: hue angle of 0º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE9696 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 150 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.32 |
| HSL | 0º | 0.13% | 0.64% | - |
| HSV(B) | 0º | 0.14% | 0.68% | - |
| XYZ | 33.87 | 33.01 | 33.44 | - |
| YUV | 157.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 150 | 0 | 0.14 | 0.14 | 0.32 | 0 | 0.13 | 0.64 |
| Hex | AE | 96 | 96 | 0 | E | E | 20 | 0 | D | 40 |
| Octal | 256 | 226 | 226 | 0 | 16 | 16 | 40 | 0 | 15 | 100 |
| Binary | 10101110 | 10010110 | 10010110 | 0 | 1110 | 1110 | 100000 | 0 | 1101 | 1000000 |
Color Harmonies of #AE9696
Complementary color
Monochromatic Colors of #AE9696
Black with #AE9696
Text Example
Text Example
White with #AE9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9696; }
p { color: rgb(174,150,150); }
H1.HeaderClassName
{
color: #AE9696;
}
.AnyTagClassName
{
color: #AE9696;
}
</style>
background-color css
<style>
a { background-color: #AE9696; }
a { background-color: rgb(174,150,150); }
div.DivClassName
{
background-color: #AE9696;
}
.BgClassName
{
background-color: #AE9696;
}
</style>
border-color css
<style>
span { border-color: #AE9696; }
span { border-color: rgb(174,150,150); }
td.TdClassName
{
border-color: #AE9696;
}
.TagClassName
{
border-color: #AE9696;
}
</style>