Shades of Del Rio #AA988F
Tints of Del Rio #AA988F
RGB
CMYK
RGB Variations
Color information
#AA988F (or 0xAA988F) is known color: Del Rio. HEX triplet: AA, 98 and 8F. RGB value is (170,152,143). Sum of RGB (Red+Green+Blue) = 170+152+143=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA988F is #556770. Grayscale: #9C9C9C. Windows color (decimal): -5597041 or 9410730. OLE color: 9410730.
HSL color Cylindrical-coordinate representation of color #AA988F: hue angle of 20º 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 #AA988F is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 143 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.33 |
| HSL | 20º | 0.14% | 0.61% | - |
| HSV(B) | 20º | 0.16% | 0.67% | - |
| XYZ | 32.76 | 32.99 | 30.63 | - |
| YUV | 156.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 143 | 0 | 0.11 | 0.16 | 0.33 | 20 | 0.14 | 0.61 |
| Hex | AA | 98 | 8F | 0 | B | 10 | 21 | 14 | E | 3D |
| Octal | 252 | 230 | 217 | 0 | 13 | 20 | 41 | 24 | 16 | 75 |
| Binary | 10101010 | 10011000 | 10001111 | 0 | 1011 | 10000 | 100001 | 10100 | 1110 | 111101 |
Color Harmonies of #AA988F
Complementary color
Monochromatic Colors of #AA988F
Black with #AA988F
Text Example
Text Example
White with #AA988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA988F; }
p { color: rgb(170,152,143); }
H1.HeaderClassName
{
color: #AA988F;
}
.AnyTagClassName
{
color: #AA988F;
}
</style>
background-color css
<style>
a { background-color: #AA988F; }
a { background-color: rgb(170,152,143); }
div.DivClassName
{
background-color: #AA988F;
}
.BgClassName
{
background-color: #AA988F;
}
</style>
border-color css
<style>
span { border-color: #AA988F; }
span { border-color: rgb(170,152,143); }
td.TdClassName
{
border-color: #AA988F;
}
.TagClassName
{
border-color: #AA988F;
}
</style>