Shades of Del Rio #AA948A
Tints of Del Rio #AA948A
RGB
CMYK
RGB Variations
Color information
#AA948A (or 0xAA948A) is known color: Del Rio. HEX triplet: AA, 94 and 8A. RGB value is (170,148,138). Sum of RGB (Red+Green+Blue) = 170+148+138=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948A is #556B75. Grayscale: #999999. Windows color (decimal): -5598070 or 9082026. OLE color: 9082026.
HSL color Cylindrical-coordinate representation of color #AA948A: hue angle of 18.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA948A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 138 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.33 |
| HSL | 18.75º | 0.16% | 0.6% | - |
| HSV(B) | 18.75º | 0.19% | 0.67% | - |
| XYZ | 31.75 | 31.56 | 28.46 | - |
| YUV | 153.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 138 | 0 | 0.13 | 0.19 | 0.33 | 18.75 | 0.16 | 0.6 |
| Hex | AA | 94 | 8A | 0 | D | 13 | 21 | 13 | 10 | 3C |
| Octal | 252 | 224 | 212 | 0 | 15 | 23 | 41 | 23 | 20 | 74 |
| Binary | 10101010 | 10010100 | 10001010 | 0 | 1101 | 10011 | 100001 | 10011 | 10000 | 111100 |
Color Harmonies of #AA948A
Complementary color
Monochromatic Colors of #AA948A
Black with #AA948A
Text Example
Text Example
White with #AA948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA948A; }
p { color: rgb(170,148,138); }
H1.HeaderClassName
{
color: #AA948A;
}
.AnyTagClassName
{
color: #AA948A;
}
</style>
background-color css
<style>
a { background-color: #AA948A; }
a { background-color: rgb(170,148,138); }
div.DivClassName
{
background-color: #AA948A;
}
.BgClassName
{
background-color: #AA948A;
}
</style>
border-color css
<style>
span { border-color: #AA948A; }
span { border-color: rgb(170,148,138); }
td.TdClassName
{
border-color: #AA948A;
}
.TagClassName
{
border-color: #AA948A;
}
</style>