Shades of Dusty Grey #AE9D9D
Tints of Dusty Grey #AE9D9D
RGB
CMYK
RGB Variations
Color information
#AE9D9D (or 0xAE9D9D) is known color: Dusty Grey. HEX triplet: AE, 9D and 9D. RGB value is (174,157,157). Sum of RGB (Red+Green+Blue) = 174+157+157=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9D9D is #516262. Grayscale: #A2A2A2. Windows color (decimal): -5333603 or 10329518. OLE color: 10329518.
HSL color Cylindrical-coordinate representation of color #AE9D9D: hue angle of 0º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9D9D is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 157 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.32 |
| HSL | 0º | 0.09% | 0.65% | - |
| HSV(B) | 0º | 0.1% | 0.68% | - |
| XYZ | 35.6 | 35.55 | 36.88 | - |
| YUV | 162.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 157 | 0 | 0.10 | 0.10 | 0.32 | 0 | 0.09 | 0.65 |
| Hex | AE | 9D | 9D | 0 | A | A | 20 | 0 | 9 | 41 |
| Octal | 256 | 235 | 235 | 0 | 12 | 12 | 40 | 0 | 11 | 101 |
| Binary | 10101110 | 10011101 | 10011101 | 0 | 1010 | 1010 | 100000 | 0 | 1001 | 1000001 |
Color Harmonies of #AE9D9D
Complementary color
Monochromatic Colors of #AE9D9D
Black with #AE9D9D
Text Example
Text Example
White with #AE9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D9D; }
p { color: rgb(174,157,157); }
H1.HeaderClassName
{
color: #AE9D9D;
}
.AnyTagClassName
{
color: #AE9D9D;
}
</style>
background-color css
<style>
a { background-color: #AE9D9D; }
a { background-color: rgb(174,157,157); }
div.DivClassName
{
background-color: #AE9D9D;
}
.BgClassName
{
background-color: #AE9D9D;
}
</style>
border-color css
<style>
span { border-color: #AE9D9D; }
span { border-color: rgb(174,157,157); }
td.TdClassName
{
border-color: #AE9D9D;
}
.TagClassName
{
border-color: #AE9D9D;
}
</style>