Shades of Del Rio #AA9790
Tints of Del Rio #AA9790
RGB
CMYK
RGB Variations
Color information
#AA9790 (or 0xAA9790) is known color: Del Rio. HEX triplet: AA, 97 and 90. RGB value is (170,151,144). Sum of RGB (Red+Green+Blue) = 170+151+144=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9790 is #55686F. Grayscale: #9B9B9B. Windows color (decimal): -5597296 or 9476010. OLE color: 9476010.
HSL color Cylindrical-coordinate representation of color #AA9790: hue angle of 16.15º 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 #AA9790 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 144 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.33 |
| HSL | 16.15º | 0.13% | 0.62% | - |
| HSV(B) | 16.15º | 0.15% | 0.67% | - |
| XYZ | 32.68 | 32.69 | 30.97 | - |
| YUV | 155.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 144 | 0 | 0.11 | 0.15 | 0.33 | 16.15 | 0.13 | 0.62 |
| Hex | AA | 97 | 90 | 0 | B | F | 21 | 10 | D | 3E |
| Octal | 252 | 227 | 220 | 0 | 13 | 17 | 41 | 20 | 15 | 76 |
| Binary | 10101010 | 10010111 | 10010000 | 0 | 1011 | 1111 | 100001 | 10000 | 1101 | 111110 |
Color Harmonies of #AA9790
Complementary color
Monochromatic Colors of #AA9790
Black with #AA9790
Text Example
Text Example
White with #AA9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9790; }
p { color: rgb(170,151,144); }
H1.HeaderClassName
{
color: #AA9790;
}
.AnyTagClassName
{
color: #AA9790;
}
</style>
background-color css
<style>
a { background-color: #AA9790; }
a { background-color: rgb(170,151,144); }
div.DivClassName
{
background-color: #AA9790;
}
.BgClassName
{
background-color: #AA9790;
}
</style>
border-color css
<style>
span { border-color: #AA9790; }
span { border-color: rgb(170,151,144); }
td.TdClassName
{
border-color: #AA9790;
}
.TagClassName
{
border-color: #AA9790;
}
</style>