Shades of Del Rio #AA968C
Tints of Del Rio #AA968C
RGB
CMYK
RGB Variations
Color information
#AA968C (or 0xAA968C) is known color: Del Rio. HEX triplet: AA, 96 and 8C. RGB value is (170,150,140). Sum of RGB (Red+Green+Blue) = 170+150+140=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA968C is #556973. Grayscale: #9A9A9A. Windows color (decimal): -5597556 or 9213610. OLE color: 9213610.
HSL color Cylindrical-coordinate representation of color #AA968C: hue angle of 20º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA968C is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 140 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.33 |
| HSL | 20º | 0.15% | 0.61% | - |
| HSV(B) | 20º | 0.18% | 0.67% | - |
| XYZ | 32.22 | 32.25 | 29.34 | - |
| YUV | 154.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 140 | 0 | 0.12 | 0.18 | 0.33 | 20 | 0.15 | 0.61 |
| Hex | AA | 96 | 8C | 0 | C | 12 | 21 | 14 | F | 3D |
| Octal | 252 | 226 | 214 | 0 | 14 | 22 | 41 | 24 | 17 | 75 |
| Binary | 10101010 | 10010110 | 10001100 | 0 | 1100 | 10010 | 100001 | 10100 | 1111 | 111101 |
Color Harmonies of #AA968C
Complementary color
Monochromatic Colors of #AA968C
Black with #AA968C
Text Example
Text Example
White with #AA968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA968C; }
p { color: rgb(170,150,140); }
H1.HeaderClassName
{
color: #AA968C;
}
.AnyTagClassName
{
color: #AA968C;
}
</style>
background-color css
<style>
a { background-color: #AA968C; }
a { background-color: rgb(170,150,140); }
div.DivClassName
{
background-color: #AA968C;
}
.BgClassName
{
background-color: #AA968C;
}
</style>
border-color css
<style>
span { border-color: #AA968C; }
span { border-color: rgb(170,150,140); }
td.TdClassName
{
border-color: #AA968C;
}
.TagClassName
{
border-color: #AA968C;
}
</style>