Shades of Del Rio #AA9890
Tints of Del Rio #AA9890
RGB
CMYK
RGB Variations
Color information
#AA9890 (or 0xAA9890) is known color: Del Rio. HEX triplet: AA, 98 and 90. RGB value is (170,152,144). Sum of RGB (Red+Green+Blue) = 170+152+144=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9890 is #55676F. Grayscale: #9C9C9C. Windows color (decimal): -5597040 or 9476266. OLE color: 9476266.
HSL color Cylindrical-coordinate representation of color #AA9890: hue angle of 18.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9890 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 144 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.33 |
| HSL | 18.46º | 0.13% | 0.62% | - |
| HSV(B) | 18.46º | 0.15% | 0.67% | - |
| XYZ | 32.84 | 33.02 | 31.03 | - |
| YUV | 156.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 144 | 0 | 0.11 | 0.15 | 0.33 | 18.46 | 0.13 | 0.62 |
| Hex | AA | 98 | 90 | 0 | B | F | 21 | 12 | D | 3E |
| Octal | 252 | 230 | 220 | 0 | 13 | 17 | 41 | 22 | 15 | 76 |
| Binary | 10101010 | 10011000 | 10010000 | 0 | 1011 | 1111 | 100001 | 10010 | 1101 | 111110 |
Color Harmonies of #AA9890
Complementary color
Monochromatic Colors of #AA9890
Black with #AA9890
Text Example
Text Example
White with #AA9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9890; }
p { color: rgb(170,152,144); }
H1.HeaderClassName
{
color: #AA9890;
}
.AnyTagClassName
{
color: #AA9890;
}
</style>
background-color css
<style>
a { background-color: #AA9890; }
a { background-color: rgb(170,152,144); }
div.DivClassName
{
background-color: #AA9890;
}
.BgClassName
{
background-color: #AA9890;
}
</style>
border-color css
<style>
span { border-color: #AA9890; }
span { border-color: rgb(170,152,144); }
td.TdClassName
{
border-color: #AA9890;
}
.TagClassName
{
border-color: #AA9890;
}
</style>