Shades of Del Rio #AA988E
Tints of Del Rio #AA988E
RGB
CMYK
RGB Variations
Color information
#AA988E (or 0xAA988E) is known color: Del Rio. HEX triplet: AA, 98 and 8E. RGB value is (170,152,142). Sum of RGB (Red+Green+Blue) = 170+152+142=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA988E is #556771. Grayscale: #9C9C9C. Windows color (decimal): -5597042 or 9345194. OLE color: 9345194.
HSL color Cylindrical-coordinate representation of color #AA988E: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA988E is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 142 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.33 |
| HSL | 21.43º | 0.14% | 0.61% | - |
| HSV(B) | 21.43º | 0.16% | 0.67% | - |
| XYZ | 32.69 | 32.96 | 30.23 | - |
| YUV | 156.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 142 | 0 | 0.11 | 0.16 | 0.33 | 21.43 | 0.14 | 0.61 |
| Hex | AA | 98 | 8E | 0 | B | 10 | 21 | 15 | E | 3D |
| Octal | 252 | 230 | 216 | 0 | 13 | 20 | 41 | 25 | 16 | 75 |
| Binary | 10101010 | 10011000 | 10001110 | 0 | 1011 | 10000 | 100001 | 10101 | 1110 | 111101 |
Color Harmonies of #AA988E
Complementary color
Monochromatic Colors of #AA988E
Black with #AA988E
Text Example
Text Example
White with #AA988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA988E; }
p { color: rgb(170,152,142); }
H1.HeaderClassName
{
color: #AA988E;
}
.AnyTagClassName
{
color: #AA988E;
}
</style>
background-color css
<style>
a { background-color: #AA988E; }
a { background-color: rgb(170,152,142); }
div.DivClassName
{
background-color: #AA988E;
}
.BgClassName
{
background-color: #AA988E;
}
</style>
border-color css
<style>
span { border-color: #AA988E; }
span { border-color: rgb(170,152,142); }
td.TdClassName
{
border-color: #AA988E;
}
.TagClassName
{
border-color: #AA988E;
}
</style>