Shades of Del Rio #AA9A90
Tints of Del Rio #AA9A90
RGB
CMYK
RGB Variations
Color information
#AA9A90 (or 0xAA9A90) is known color: Del Rio. HEX triplet: AA, 9A and 90. RGB value is (170,154,144). Sum of RGB (Red+Green+Blue) = 170+154+144=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A90 is #55656F. Grayscale: #9D9D9D. Windows color (decimal): -5596528 or 9476778. OLE color: 9476778.
HSL color Cylindrical-coordinate representation of color #AA9A90: hue angle of 23.08º 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 #AA9A90 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 144 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.33 |
| HSL | 23.08º | 0.13% | 0.62% | - |
| HSV(B) | 23.08º | 0.15% | 0.67% | - |
| XYZ | 33.17 | 33.67 | 31.14 | - |
| YUV | 157.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 144 | 0 | 0.09 | 0.15 | 0.33 | 23.08 | 0.13 | 0.62 |
| Hex | AA | 9A | 90 | 0 | 9 | F | 21 | 17 | D | 3E |
| Octal | 252 | 232 | 220 | 0 | 11 | 17 | 41 | 27 | 15 | 76 |
| Binary | 10101010 | 10011010 | 10010000 | 0 | 1001 | 1111 | 100001 | 10111 | 1101 | 111110 |
Color Harmonies of #AA9A90
Complementary color
Monochromatic Colors of #AA9A90
Black with #AA9A90
Text Example
Text Example
White with #AA9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A90; }
p { color: rgb(170,154,144); }
H1.HeaderClassName
{
color: #AA9A90;
}
.AnyTagClassName
{
color: #AA9A90;
}
</style>
background-color css
<style>
a { background-color: #AA9A90; }
a { background-color: rgb(170,154,144); }
div.DivClassName
{
background-color: #AA9A90;
}
.BgClassName
{
background-color: #AA9A90;
}
</style>
border-color css
<style>
span { border-color: #AA9A90; }
span { border-color: rgb(170,154,144); }
td.TdClassName
{
border-color: #AA9A90;
}
.TagClassName
{
border-color: #AA9A90;
}
</style>