Shades of Del Rio #AA9991
Tints of Del Rio #AA9991
RGB
CMYK
RGB Variations
Color information
#AA9991 (or 0xAA9991) is known color: Del Rio. HEX triplet: AA, 99 and 91. RGB value is (170,153,145). Sum of RGB (Red+Green+Blue) = 170+153+145=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9991 is #55666E. Grayscale: #9D9D9D. Windows color (decimal): -5596783 or 9542058. OLE color: 9542058.
HSL color Cylindrical-coordinate representation of color #AA9991: hue angle of 19.2º 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 #AA9991 is Cyan = 0, Magento = 0.1, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 145 | - |
| CMYK | 0 | 0.1 | 0.15 | 0.33 |
| HSL | 19.2º | 0.13% | 0.62% | - |
| HSV(B) | 19.2º | 0.15% | 0.67% | - |
| XYZ | 33.08 | 33.37 | 31.49 | - |
| YUV | 157.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 145 | 0 | 0.1 | 0.15 | 0.33 | 19.2 | 0.13 | 0.62 |
| Hex | AA | 99 | 91 | 0 | A | F | 21 | 13 | D | 3E |
| Octal | 252 | 231 | 221 | 0 | 12 | 17 | 41 | 23 | 15 | 76 |
| Binary | 10101010 | 10011001 | 10010001 | 0 | 1010 | 1111 | 100001 | 10011 | 1101 | 111110 |
Color Harmonies of #AA9991
Complementary color
Monochromatic Colors of #AA9991
Black with #AA9991
Text Example
Text Example
White with #AA9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9991; }
p { color: rgb(170,153,145); }
H1.HeaderClassName
{
color: #AA9991;
}
.AnyTagClassName
{
color: #AA9991;
}
</style>
background-color css
<style>
a { background-color: #AA9991; }
a { background-color: rgb(170,153,145); }
div.DivClassName
{
background-color: #AA9991;
}
.BgClassName
{
background-color: #AA9991;
}
</style>
border-color css
<style>
span { border-color: #AA9991; }
span { border-color: rgb(170,153,145); }
td.TdClassName
{
border-color: #AA9991;
}
.TagClassName
{
border-color: #AA9991;
}
</style>