Shades of Del Rio #AA9E98
Tints of Del Rio #AA9E98
RGB
CMYK
RGB Variations
Color information
#AA9E98 (or 0xAA9E98) is known color: Del Rio. HEX triplet: AA, 9E and 98. RGB value is (170,158,152). Sum of RGB (Red+Green+Blue) = 170+158+152=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E98 is #556167. Grayscale: #A0A0A0. Windows color (decimal): -5595496 or 10002090. OLE color: 10002090.
HSL color Cylindrical-coordinate representation of color #AA9E98: hue angle of 20º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9E98 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 152 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.33 |
| HSL | 20º | 0.1% | 0.63% | - |
| HSV(B) | 20º | 0.11% | 0.67% | - |
| XYZ | 34.47 | 35.27 | 34.7 | - |
| YUV | 160.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 152 | 0 | 0.07 | 0.11 | 0.33 | 20 | 0.1 | 0.63 |
| Hex | AA | 9E | 98 | 0 | 7 | B | 21 | 14 | A | 3F |
| Octal | 252 | 236 | 230 | 0 | 7 | 13 | 41 | 24 | 12 | 77 |
| Binary | 10101010 | 10011110 | 10011000 | 0 | 111 | 1011 | 100001 | 10100 | 1010 | 111111 |
Color Harmonies of #AA9E98
Complementary color
Monochromatic Colors of #AA9E98
Black with #AA9E98
Text Example
Text Example
White with #AA9E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E98; }
p { color: rgb(170,158,152); }
H1.HeaderClassName
{
color: #AA9E98;
}
.AnyTagClassName
{
color: #AA9E98;
}
</style>
background-color css
<style>
a { background-color: #AA9E98; }
a { background-color: rgb(170,158,152); }
div.DivClassName
{
background-color: #AA9E98;
}
.BgClassName
{
background-color: #AA9E98;
}
</style>
border-color css
<style>
span { border-color: #AA9E98; }
span { border-color: rgb(170,158,152); }
td.TdClassName
{
border-color: #AA9E98;
}
.TagClassName
{
border-color: #AA9E98;
}
</style>