Shades of Sangria #AA080E
Tints of Sangria #AA080E
RGB
CMYK
RGB Variations
Color information
#AA080E (or 0xAA080E) is known color: Sangria. HEX triplet: AA, 08 and 0E. RGB value is (170,8,14). Sum of RGB (Red+Green+Blue) = 170+8+14=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA080E is #55F7F1. Grayscale: #393939. Windows color (decimal): -5634034 or 919722. OLE color: 919722.
HSL color Cylindrical-coordinate representation of color #AA080E: hue angle of 357.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA080E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 14 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.33 |
| HSL | 357.78º | 0.91% | 0.35% | - |
| HSV(B) | 357.78º | 0.95% | 0.67% | - |
| XYZ | 16.74 | 8.75 | 1.22 | - |
| YUV | 57.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 14 | 0 | 0.95 | 0.92 | 0.33 | 357.78 | 0.91 | 0.35 |
| Hex | AA | 8 | E | 0 | 5F | 5C | 21 | 166 | 5B | 23 |
| Octal | 252 | 10 | 16 | 0 | 137 | 134 | 41 | 546 | 133 | 43 |
| Binary | 10101010 | 1000 | 1110 | 0 | 1011111 | 1011100 | 100001 | 101100110 | 1011011 | 100011 |
Color Harmonies of #AA080E
Complementary color
Monochromatic Colors of #AA080E
Black with #AA080E
Text Example
Text Example
White with #AA080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA080E; }
p { color: rgb(170,8,14); }
H1.HeaderClassName
{
color: #AA080E;
}
.AnyTagClassName
{
color: #AA080E;
}
</style>
background-color css
<style>
a { background-color: #AA080E; }
a { background-color: rgb(170,8,14); }
div.DivClassName
{
background-color: #AA080E;
}
.BgClassName
{
background-color: #AA080E;
}
</style>
border-color css
<style>
span { border-color: #AA080E; }
span { border-color: rgb(170,8,14); }
td.TdClassName
{
border-color: #AA080E;
}
.TagClassName
{
border-color: #AA080E;
}
</style>