Shades of Del Rio #AA9992
Tints of Del Rio #AA9992
RGB
CMYK
RGB Variations
Color information
#AA9992 (or 0xAA9992) is known color: Del Rio. HEX triplet: AA, 99 and 92. RGB value is (170,153,146). Sum of RGB (Red+Green+Blue) = 170+153+146=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9992 is #55666D. Grayscale: #9D9D9D. Windows color (decimal): -5596782 or 9607594. OLE color: 9607594.
HSL color Cylindrical-coordinate representation of color #AA9992: hue angle of 17.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9992 is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 146 | - |
| CMYK | 0 | 0.1 | 0.14 | 0.33 |
| HSL | 17.5º | 0.12% | 0.62% | - |
| HSV(B) | 17.5º | 0.14% | 0.67% | - |
| XYZ | 33.16 | 33.4 | 31.89 | - |
| YUV | 157.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 146 | 0 | 0.1 | 0.14 | 0.33 | 17.5 | 0.12 | 0.62 |
| Hex | AA | 99 | 92 | 0 | A | E | 21 | 12 | C | 3E |
| Octal | 252 | 231 | 222 | 0 | 12 | 16 | 41 | 22 | 14 | 76 |
| Binary | 10101010 | 10011001 | 10010010 | 0 | 1010 | 1110 | 100001 | 10010 | 1100 | 111110 |
Color Harmonies of #AA9992
Complementary color
Monochromatic Colors of #AA9992
Black with #AA9992
Text Example
Text Example
White with #AA9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9992; }
p { color: rgb(170,153,146); }
H1.HeaderClassName
{
color: #AA9992;
}
.AnyTagClassName
{
color: #AA9992;
}
</style>
background-color css
<style>
a { background-color: #AA9992; }
a { background-color: rgb(170,153,146); }
div.DivClassName
{
background-color: #AA9992;
}
.BgClassName
{
background-color: #AA9992;
}
</style>
border-color css
<style>
span { border-color: #AA9992; }
span { border-color: rgb(170,153,146); }
td.TdClassName
{
border-color: #AA9992;
}
.TagClassName
{
border-color: #AA9992;
}
</style>