Shades of Del Rio #AA9D96
Tints of Del Rio #AA9D96
RGB
CMYK
RGB Variations
Color information
#AA9D96 (or 0xAA9D96) is known color: Del Rio. HEX triplet: AA, 9D and 96. RGB value is (170,157,150). Sum of RGB (Red+Green+Blue) = 170+157+150=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D96 is #556269. Grayscale: #A0A0A0. Windows color (decimal): -5595754 or 9870762. OLE color: 9870762.
HSL color Cylindrical-coordinate representation of color #AA9D96: hue angle of 21º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9D96 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 150 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.33 |
| HSL | 21º | 0.11% | 0.63% | - |
| HSV(B) | 21º | 0.12% | 0.67% | - |
| XYZ | 34.14 | 34.86 | 33.78 | - |
| YUV | 160.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 150 | 0 | 0.08 | 0.12 | 0.33 | 21 | 0.11 | 0.63 |
| Hex | AA | 9D | 96 | 0 | 8 | C | 21 | 15 | B | 3F |
| Octal | 252 | 235 | 226 | 0 | 10 | 14 | 41 | 25 | 13 | 77 |
| Binary | 10101010 | 10011101 | 10010110 | 0 | 1000 | 1100 | 100001 | 10101 | 1011 | 111111 |
Color Harmonies of #AA9D96
Complementary color
Monochromatic Colors of #AA9D96
Black with #AA9D96
Text Example
Text Example
White with #AA9D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D96; }
p { color: rgb(170,157,150); }
H1.HeaderClassName
{
color: #AA9D96;
}
.AnyTagClassName
{
color: #AA9D96;
}
</style>
background-color css
<style>
a { background-color: #AA9D96; }
a { background-color: rgb(170,157,150); }
div.DivClassName
{
background-color: #AA9D96;
}
.BgClassName
{
background-color: #AA9D96;
}
</style>
border-color css
<style>
span { border-color: #AA9D96; }
span { border-color: rgb(170,157,150); }
td.TdClassName
{
border-color: #AA9D96;
}
.TagClassName
{
border-color: #AA9D96;
}
</style>