Shades of Del Rio #AA9C94
Tints of Del Rio #AA9C94
RGB
CMYK
RGB Variations
Color information
#AA9C94 (or 0xAA9C94) is known color: Del Rio. HEX triplet: AA, 9C and 94. RGB value is (170,156,148). Sum of RGB (Red+Green+Blue) = 170+156+148=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C94 is #55636B. Grayscale: #9F9F9F. Windows color (decimal): -5596012 or 9739434. OLE color: 9739434.
HSL color Cylindrical-coordinate representation of color #AA9C94: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9C94 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 148 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.33 |
| HSL | 21.82º | 0.11% | 0.62% | - |
| HSV(B) | 21.82º | 0.13% | 0.67% | - |
| XYZ | 33.81 | 34.46 | 32.89 | - |
| YUV | 159.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 148 | 0 | 0.08 | 0.13 | 0.33 | 21.82 | 0.11 | 0.62 |
| Hex | AA | 9C | 94 | 0 | 8 | D | 21 | 16 | B | 3E |
| Octal | 252 | 234 | 224 | 0 | 10 | 15 | 41 | 26 | 13 | 76 |
| Binary | 10101010 | 10011100 | 10010100 | 0 | 1000 | 1101 | 100001 | 10110 | 1011 | 111110 |
Color Harmonies of #AA9C94
Complementary color
Monochromatic Colors of #AA9C94
Black with #AA9C94
Text Example
Text Example
White with #AA9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C94; }
p { color: rgb(170,156,148); }
H1.HeaderClassName
{
color: #AA9C94;
}
.AnyTagClassName
{
color: #AA9C94;
}
</style>
background-color css
<style>
a { background-color: #AA9C94; }
a { background-color: rgb(170,156,148); }
div.DivClassName
{
background-color: #AA9C94;
}
.BgClassName
{
background-color: #AA9C94;
}
</style>
border-color css
<style>
span { border-color: #AA9C94; }
span { border-color: rgb(170,156,148); }
td.TdClassName
{
border-color: #AA9C94;
}
.TagClassName
{
border-color: #AA9C94;
}
</style>