Shades of Dusty Grey #AE9898
Tints of Dusty Grey #AE9898
RGB
CMYK
RGB Variations
Color information
#AE9898 (or 0xAE9898) is known color: Dusty Grey. HEX triplet: AE, 98 and 98. RGB value is (174,152,152). Sum of RGB (Red+Green+Blue) = 174+152+152=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9898 is #516767. Grayscale: #9E9E9E. Windows color (decimal): -5334888 or 10000558. OLE color: 10000558.
HSL color Cylindrical-coordinate representation of color #AE9898: hue angle of 0º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE9898 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 152 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.32 |
| HSL | 0º | 0.12% | 0.64% | - |
| HSV(B) | 0º | 0.13% | 0.68% | - |
| XYZ | 34.35 | 33.72 | 34.4 | - |
| YUV | 158.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 152 | 0 | 0.13 | 0.13 | 0.32 | 0 | 0.12 | 0.64 |
| Hex | AE | 98 | 98 | 0 | D | D | 20 | 0 | C | 40 |
| Octal | 256 | 230 | 230 | 0 | 15 | 15 | 40 | 0 | 14 | 100 |
| Binary | 10101110 | 10011000 | 10011000 | 0 | 1101 | 1101 | 100000 | 0 | 1100 | 1000000 |
Color Harmonies of #AE9898
Complementary color
Monochromatic Colors of #AE9898
Black with #AE9898
Text Example
Text Example
White with #AE9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9898; }
p { color: rgb(174,152,152); }
H1.HeaderClassName
{
color: #AE9898;
}
.AnyTagClassName
{
color: #AE9898;
}
</style>
background-color css
<style>
a { background-color: #AE9898; }
a { background-color: rgb(174,152,152); }
div.DivClassName
{
background-color: #AE9898;
}
.BgClassName
{
background-color: #AE9898;
}
</style>
border-color css
<style>
span { border-color: #AE9898; }
span { border-color: rgb(174,152,152); }
td.TdClassName
{
border-color: #AE9898;
}
.TagClassName
{
border-color: #AE9898;
}
</style>