Shades of Del Rio #AA9E99
Tints of Del Rio #AA9E99
RGB
CMYK
RGB Variations
Color information
#AA9E99 (or 0xAA9E99) is known color: Del Rio. HEX triplet: AA, 9E and 99. RGB value is (170,158,153). Sum of RGB (Red+Green+Blue) = 170+158+153=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E99 is #556166. Grayscale: #A1A1A1. Windows color (decimal): -5595495 or 10067626. OLE color: 10067626.
HSL color Cylindrical-coordinate representation of color #AA9E99: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9E99 is Cyan = 0, Magento = 0.07, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 153 | - |
| CMYK | 0 | 0.07 | 0.1 | 0.33 |
| HSL | 17.65º | 0.09% | 0.63% | - |
| HSV(B) | 17.65º | 0.1% | 0.67% | - |
| XYZ | 34.55 | 35.3 | 35.13 | - |
| YUV | 161.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 153 | 0 | 0.07 | 0.1 | 0.33 | 17.65 | 0.09 | 0.63 |
| Hex | AA | 9E | 99 | 0 | 7 | A | 21 | 12 | 9 | 3F |
| Octal | 252 | 236 | 231 | 0 | 7 | 12 | 41 | 22 | 11 | 77 |
| Binary | 10101010 | 10011110 | 10011001 | 0 | 111 | 1010 | 100001 | 10010 | 1001 | 111111 |
Color Harmonies of #AA9E99
Complementary color
Monochromatic Colors of #AA9E99
Black with #AA9E99
Text Example
Text Example
White with #AA9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E99; }
p { color: rgb(170,158,153); }
H1.HeaderClassName
{
color: #AA9E99;
}
.AnyTagClassName
{
color: #AA9E99;
}
</style>
background-color css
<style>
a { background-color: #AA9E99; }
a { background-color: rgb(170,158,153); }
div.DivClassName
{
background-color: #AA9E99;
}
.BgClassName
{
background-color: #AA9E99;
}
</style>
border-color css
<style>
span { border-color: #AA9E99; }
span { border-color: rgb(170,158,153); }
td.TdClassName
{
border-color: #AA9E99;
}
.TagClassName
{
border-color: #AA9E99;
}
</style>