Shades of Del Rio #AA9F98
Tints of Del Rio #AA9F98
RGB
CMYK
RGB Variations
Color information
#AA9F98 (or 0xAA9F98) is known color: Del Rio. HEX triplet: AA, 9F and 98. RGB value is (170,159,152). Sum of RGB (Red+Green+Blue) = 170+159+152=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F98 is #556067. Grayscale: #A1A1A1. Windows color (decimal): -5595240 or 10002346. OLE color: 10002346.
HSL color Cylindrical-coordinate representation of color #AA9F98: hue angle of 23.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9F98 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 152 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.33 |
| HSL | 23.33º | 0.1% | 0.63% | - |
| HSV(B) | 23.33º | 0.11% | 0.67% | - |
| XYZ | 34.64 | 35.61 | 34.75 | - |
| YUV | 161.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 152 | 0 | 0.06 | 0.11 | 0.33 | 23.33 | 0.1 | 0.63 |
| Hex | AA | 9F | 98 | 0 | 6 | B | 21 | 17 | A | 3F |
| Octal | 252 | 237 | 230 | 0 | 6 | 13 | 41 | 27 | 12 | 77 |
| Binary | 10101010 | 10011111 | 10011000 | 0 | 110 | 1011 | 100001 | 10111 | 1010 | 111111 |
Color Harmonies of #AA9F98
Complementary color
Monochromatic Colors of #AA9F98
Black with #AA9F98
Text Example
Text Example
White with #AA9F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F98; }
p { color: rgb(170,159,152); }
H1.HeaderClassName
{
color: #AA9F98;
}
.AnyTagClassName
{
color: #AA9F98;
}
</style>
background-color css
<style>
a { background-color: #AA9F98; }
a { background-color: rgb(170,159,152); }
div.DivClassName
{
background-color: #AA9F98;
}
.BgClassName
{
background-color: #AA9F98;
}
</style>
border-color css
<style>
span { border-color: #AA9F98; }
span { border-color: rgb(170,159,152); }
td.TdClassName
{
border-color: #AA9F98;
}
.TagClassName
{
border-color: #AA9F98;
}
</style>