Shades of Del Rio #AA978F
Tints of Del Rio #AA978F
RGB
CMYK
RGB Variations
Color information
#AA978F (or 0xAA978F) is known color: Del Rio. HEX triplet: AA, 97 and 8F. RGB value is (170,151,143). Sum of RGB (Red+Green+Blue) = 170+151+143=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978F is #556870. Grayscale: #9B9B9B. Windows color (decimal): -5597297 or 9410474. OLE color: 9410474.
HSL color Cylindrical-coordinate representation of color #AA978F: hue angle of 17.78º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA978F is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 143 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.33 |
| HSL | 17.78º | 0.14% | 0.61% | - |
| HSV(B) | 17.78º | 0.16% | 0.67% | - |
| XYZ | 32.6 | 32.66 | 30.57 | - |
| YUV | 155.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 143 | 0 | 0.11 | 0.16 | 0.33 | 17.78 | 0.14 | 0.61 |
| Hex | AA | 97 | 8F | 0 | B | 10 | 21 | 12 | E | 3D |
| Octal | 252 | 227 | 217 | 0 | 13 | 20 | 41 | 22 | 16 | 75 |
| Binary | 10101010 | 10010111 | 10001111 | 0 | 1011 | 10000 | 100001 | 10010 | 1110 | 111101 |
Color Harmonies of #AA978F
Complementary color
Monochromatic Colors of #AA978F
Black with #AA978F
Text Example
Text Example
White with #AA978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA978F; }
p { color: rgb(170,151,143); }
H1.HeaderClassName
{
color: #AA978F;
}
.AnyTagClassName
{
color: #AA978F;
}
</style>
background-color css
<style>
a { background-color: #AA978F; }
a { background-color: rgb(170,151,143); }
div.DivClassName
{
background-color: #AA978F;
}
.BgClassName
{
background-color: #AA978F;
}
</style>
border-color css
<style>
span { border-color: #AA978F; }
span { border-color: rgb(170,151,143); }
td.TdClassName
{
border-color: #AA978F;
}
.TagClassName
{
border-color: #AA978F;
}
</style>