Shades of Dusty Grey #AE9D9B
Tints of Dusty Grey #AE9D9B
RGB
CMYK
RGB Variations
Color information
#AE9D9B (or 0xAE9D9B) is known color: Dusty Grey. HEX triplet: AE, 9D and 9B. RGB value is (174,157,155). Sum of RGB (Red+Green+Blue) = 174+157+155=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9D9B is #516264. Grayscale: #A1A1A1. Windows color (decimal): -5333605 or 10198446. OLE color: 10198446.
HSL color Cylindrical-coordinate representation of color #AE9D9B: hue angle of 6.32º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9D9B is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 155 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.32 |
| HSL | 6.32º | 0.1% | 0.65% | - |
| HSV(B) | 6.32º | 0.11% | 0.68% | - |
| XYZ | 35.43 | 35.48 | 35.99 | - |
| YUV | 161.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 155 | 0 | 0.10 | 0.11 | 0.32 | 6.32 | 0.1 | 0.65 |
| Hex | AE | 9D | 9B | 0 | A | B | 20 | 6 | A | 41 |
| Octal | 256 | 235 | 233 | 0 | 12 | 13 | 40 | 6 | 12 | 101 |
| Binary | 10101110 | 10011101 | 10011011 | 0 | 1010 | 1011 | 100000 | 110 | 1010 | 1000001 |
Color Harmonies of #AE9D9B
Complementary color
Monochromatic Colors of #AE9D9B
Black with #AE9D9B
Text Example
Text Example
White with #AE9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D9B; }
p { color: rgb(174,157,155); }
H1.HeaderClassName
{
color: #AE9D9B;
}
.AnyTagClassName
{
color: #AE9D9B;
}
</style>
background-color css
<style>
a { background-color: #AE9D9B; }
a { background-color: rgb(174,157,155); }
div.DivClassName
{
background-color: #AE9D9B;
}
.BgClassName
{
background-color: #AE9D9B;
}
</style>
border-color css
<style>
span { border-color: #AE9D9B; }
span { border-color: rgb(174,157,155); }
td.TdClassName
{
border-color: #AE9D9B;
}
.TagClassName
{
border-color: #AE9D9B;
}
</style>