Shades of Sangria #AA0A0E
Tints of Sangria #AA0A0E
RGB
CMYK
RGB Variations
Color information
#AA0A0E (or 0xAA0A0E) is known color: Sangria. HEX triplet: AA, 0A and 0E. RGB value is (170,10,14). Sum of RGB (Red+Green+Blue) = 170+10+14=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A0E is #55F5F1. Grayscale: #3A3A3A. Windows color (decimal): -5633522 or 920234. OLE color: 920234.
HSL color Cylindrical-coordinate representation of color #AA0A0E: hue angle of 358.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A0E is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 14 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.33 |
| HSL | 358.5º | 0.89% | 0.35% | - |
| HSV(B) | 358.5º | 0.94% | 0.67% | - |
| XYZ | 16.77 | 8.79 | 1.23 | - |
| YUV | 58.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 14 | 0 | 0.94 | 0.92 | 0.33 | 358.5 | 0.89 | 0.35 |
| Hex | AA | A | E | 0 | 5E | 5C | 21 | 166 | 59 | 23 |
| Octal | 252 | 12 | 16 | 0 | 136 | 134 | 41 | 546 | 131 | 43 |
| Binary | 10101010 | 1010 | 1110 | 0 | 1011110 | 1011100 | 100001 | 101100110 | 1011001 | 100011 |
Color Harmonies of #AA0A0E
Complementary color
Monochromatic Colors of #AA0A0E
Black with #AA0A0E
Text Example
Text Example
White with #AA0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A0E; }
p { color: rgb(170,10,14); }
H1.HeaderClassName
{
color: #AA0A0E;
}
.AnyTagClassName
{
color: #AA0A0E;
}
</style>
background-color css
<style>
a { background-color: #AA0A0E; }
a { background-color: rgb(170,10,14); }
div.DivClassName
{
background-color: #AA0A0E;
}
.BgClassName
{
background-color: #AA0A0E;
}
</style>
border-color css
<style>
span { border-color: #AA0A0E; }
span { border-color: rgb(170,10,14); }
td.TdClassName
{
border-color: #AA0A0E;
}
.TagClassName
{
border-color: #AA0A0E;
}
</style>