Shades of Del Rio #AA9F99
Tints of Del Rio #AA9F99
RGB
CMYK
RGB Variations
Color information
#AA9F99 (or 0xAA9F99) is known color: Del Rio. HEX triplet: AA, 9F and 99. RGB value is (170,159,153). Sum of RGB (Red+Green+Blue) = 170+159+153=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F99 is #556066. Grayscale: #A1A1A1. Windows color (decimal): -5595239 or 10067882. OLE color: 10067882.
HSL color Cylindrical-coordinate representation of color #AA9F99: hue angle of 21.18º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9F99 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 153 | - |
| CMYK | 0 | 0.06 | 0.1 | 0.33 |
| HSL | 21.18º | 0.09% | 0.63% | - |
| HSV(B) | 21.18º | 0.1% | 0.67% | - |
| XYZ | 34.73 | 35.64 | 35.19 | - |
| YUV | 161.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 153 | 0 | 0.06 | 0.1 | 0.33 | 21.18 | 0.09 | 0.63 |
| Hex | AA | 9F | 99 | 0 | 6 | A | 21 | 15 | 9 | 3F |
| Octal | 252 | 237 | 231 | 0 | 6 | 12 | 41 | 25 | 11 | 77 |
| Binary | 10101010 | 10011111 | 10011001 | 0 | 110 | 1010 | 100001 | 10101 | 1001 | 111111 |
Color Harmonies of #AA9F99
Complementary color
Monochromatic Colors of #AA9F99
Black with #AA9F99
Text Example
Text Example
White with #AA9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F99; }
p { color: rgb(170,159,153); }
H1.HeaderClassName
{
color: #AA9F99;
}
.AnyTagClassName
{
color: #AA9F99;
}
</style>
background-color css
<style>
a { background-color: #AA9F99; }
a { background-color: rgb(170,159,153); }
div.DivClassName
{
background-color: #AA9F99;
}
.BgClassName
{
background-color: #AA9F99;
}
</style>
border-color css
<style>
span { border-color: #AA9F99; }
span { border-color: rgb(170,159,153); }
td.TdClassName
{
border-color: #AA9F99;
}
.TagClassName
{
border-color: #AA9F99;
}
</style>