Shades of Del Rio #AA978D
Tints of Del Rio #AA978D
RGB
CMYK
RGB Variations
Color information
#AA978D (or 0xAA978D) is known color: Del Rio. HEX triplet: AA, 97 and 8D. RGB value is (170,151,141). Sum of RGB (Red+Green+Blue) = 170+151+141=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978D is #556872. Grayscale: #9B9B9B. Windows color (decimal): -5597299 or 9279402. OLE color: 9279402.
HSL color Cylindrical-coordinate representation of color #AA978D: hue angle of 20.69º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA978D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 141 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.33 |
| HSL | 20.69º | 0.15% | 0.61% | - |
| HSV(B) | 20.69º | 0.17% | 0.67% | - |
| XYZ | 32.45 | 32.6 | 29.78 | - |
| YUV | 155.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 141 | 0 | 0.11 | 0.17 | 0.33 | 20.69 | 0.15 | 0.61 |
| Hex | AA | 97 | 8D | 0 | B | 11 | 21 | 15 | F | 3D |
| Octal | 252 | 227 | 215 | 0 | 13 | 21 | 41 | 25 | 17 | 75 |
| Binary | 10101010 | 10010111 | 10001101 | 0 | 1011 | 10001 | 100001 | 10101 | 1111 | 111101 |
Color Harmonies of #AA978D
Complementary color
Monochromatic Colors of #AA978D
Black with #AA978D
Text Example
Text Example
White with #AA978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA978D; }
p { color: rgb(170,151,141); }
H1.HeaderClassName
{
color: #AA978D;
}
.AnyTagClassName
{
color: #AA978D;
}
</style>
background-color css
<style>
a { background-color: #AA978D; }
a { background-color: rgb(170,151,141); }
div.DivClassName
{
background-color: #AA978D;
}
.BgClassName
{
background-color: #AA978D;
}
</style>
border-color css
<style>
span { border-color: #AA978D; }
span { border-color: rgb(170,151,141); }
td.TdClassName
{
border-color: #AA978D;
}
.TagClassName
{
border-color: #AA978D;
}
</style>