Shades of Del Rio #AA9C96
Tints of Del Rio #AA9C96
RGB
CMYK
RGB Variations
Color information
#AA9C96 (or 0xAA9C96) is known color: Del Rio. HEX triplet: AA, 9C and 96. RGB value is (170,156,150). Sum of RGB (Red+Green+Blue) = 170+156+150=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C96 is #556369. Grayscale: #9F9F9F. Windows color (decimal): -5596010 or 9870506. OLE color: 9870506.
HSL color Cylindrical-coordinate representation of color #AA9C96: hue angle of 18º 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 #AA9C96 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 150 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.33 |
| HSL | 18º | 0.11% | 0.63% | - |
| HSV(B) | 18º | 0.12% | 0.67% | - |
| XYZ | 33.97 | 34.52 | 33.73 | - |
| YUV | 159.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 150 | 0 | 0.08 | 0.12 | 0.33 | 18 | 0.11 | 0.63 |
| Hex | AA | 9C | 96 | 0 | 8 | C | 21 | 12 | B | 3F |
| Octal | 252 | 234 | 226 | 0 | 10 | 14 | 41 | 22 | 13 | 77 |
| Binary | 10101010 | 10011100 | 10010110 | 0 | 1000 | 1100 | 100001 | 10010 | 1011 | 111111 |
Color Harmonies of #AA9C96
Complementary color
Monochromatic Colors of #AA9C96
Black with #AA9C96
Text Example
Text Example
White with #AA9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C96; }
p { color: rgb(170,156,150); }
H1.HeaderClassName
{
color: #AA9C96;
}
.AnyTagClassName
{
color: #AA9C96;
}
</style>
background-color css
<style>
a { background-color: #AA9C96; }
a { background-color: rgb(170,156,150); }
div.DivClassName
{
background-color: #AA9C96;
}
.BgClassName
{
background-color: #AA9C96;
}
</style>
border-color css
<style>
span { border-color: #AA9C96; }
span { border-color: rgb(170,156,150); }
td.TdClassName
{
border-color: #AA9C96;
}
.TagClassName
{
border-color: #AA9C96;
}
</style>