Shades of Del Rio #AA9B93
Tints of Del Rio #AA9B93
RGB
CMYK
RGB Variations
Color information
#AA9B93 (or 0xAA9B93) is known color: Del Rio. HEX triplet: AA, 9B and 93. RGB value is (170,155,147). Sum of RGB (Red+Green+Blue) = 170+155+147=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B93 is #55646C. Grayscale: #9E9E9E. Windows color (decimal): -5596269 or 9673642. OLE color: 9673642.
HSL color Cylindrical-coordinate representation of color #AA9B93: hue angle of 20.87º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9B93 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 147 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.33 |
| HSL | 20.87º | 0.12% | 0.62% | - |
| HSV(B) | 20.87º | 0.14% | 0.67% | - |
| XYZ | 33.57 | 34.1 | 32.42 | - |
| YUV | 158.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 147 | 0 | 0.09 | 0.14 | 0.33 | 20.87 | 0.12 | 0.62 |
| Hex | AA | 9B | 93 | 0 | 9 | E | 21 | 15 | C | 3E |
| Octal | 252 | 233 | 223 | 0 | 11 | 16 | 41 | 25 | 14 | 76 |
| Binary | 10101010 | 10011011 | 10010011 | 0 | 1001 | 1110 | 100001 | 10101 | 1100 | 111110 |
Color Harmonies of #AA9B93
Complementary color
Monochromatic Colors of #AA9B93
Black with #AA9B93
Text Example
Text Example
White with #AA9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B93; }
p { color: rgb(170,155,147); }
H1.HeaderClassName
{
color: #AA9B93;
}
.AnyTagClassName
{
color: #AA9B93;
}
</style>
background-color css
<style>
a { background-color: #AA9B93; }
a { background-color: rgb(170,155,147); }
div.DivClassName
{
background-color: #AA9B93;
}
.BgClassName
{
background-color: #AA9B93;
}
</style>
border-color css
<style>
span { border-color: #AA9B93; }
span { border-color: rgb(170,155,147); }
td.TdClassName
{
border-color: #AA9B93;
}
.TagClassName
{
border-color: #AA9B93;
}
</style>