Shades of Sangria #AA070A
Tints of Sangria #AA070A
RGB
CMYK
RGB Variations
Color information
#AA070A (or 0xAA070A) is known color: Sangria. HEX triplet: AA, 07 and 0A. RGB value is (170,7,10). Sum of RGB (Red+Green+Blue) = 170+7+10=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA070A is #55F8F5. Grayscale: #383838. Windows color (decimal): -5634294 or 657322. OLE color: 657322.
HSL color Cylindrical-coordinate representation of color #AA070A: hue angle of 358.9º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA070A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.33 |
| HSL | 358.9º | 0.92% | 0.35% | - |
| HSV(B) | 358.9º | 0.96% | 0.67% | - |
| XYZ | 16.71 | 8.72 | 1.09 | - |
| YUV | 56.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 10 | 0 | 0.96 | 0.94 | 0.33 | 358.9 | 0.92 | 0.35 |
| Hex | AA | 7 | A | 0 | 60 | 5E | 21 | 167 | 5C | 23 |
| Octal | 252 | 7 | 12 | 0 | 140 | 136 | 41 | 547 | 134 | 43 |
| Binary | 10101010 | 111 | 1010 | 0 | 1100000 | 1011110 | 100001 | 101100111 | 1011100 | 100011 |
Color Harmonies of #AA070A
Complementary color
Monochromatic Colors of #AA070A
Black with #AA070A
Text Example
Text Example
White with #AA070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA070A; }
p { color: rgb(170,7,10); }
H1.HeaderClassName
{
color: #AA070A;
}
.AnyTagClassName
{
color: #AA070A;
}
</style>
background-color css
<style>
a { background-color: #AA070A; }
a { background-color: rgb(170,7,10); }
div.DivClassName
{
background-color: #AA070A;
}
.BgClassName
{
background-color: #AA070A;
}
</style>
border-color css
<style>
span { border-color: #AA070A; }
span { border-color: rgb(170,7,10); }
td.TdClassName
{
border-color: #AA070A;
}
.TagClassName
{
border-color: #AA070A;
}
</style>