Shades of Sangria #AA060A
Tints of Sangria #AA060A
RGB
CMYK
RGB Variations
Color information
#AA060A (or 0xAA060A) is known color: Sangria. HEX triplet: AA, 06 and 0A. RGB value is (170,6,10). Sum of RGB (Red+Green+Blue) = 170+6+10=186 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.40% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060A is #55F9F5. Grayscale: #373737. Windows color (decimal): -5634550 or 657066. OLE color: 657066.
HSL color Cylindrical-coordinate representation of color #AA060A: hue angle of 358.54º degrees, saturation: 0.93, 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 #AA060A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.33 |
| HSL | 358.54º | 0.93% | 0.35% | - |
| HSV(B) | 358.54º | 0.96% | 0.67% | - |
| XYZ | 16.7 | 8.7 | 1.09 | - |
| YUV | 55.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 10 | 0 | 0.96 | 0.94 | 0.33 | 358.54 | 0.93 | 0.35 |
| Hex | AA | 6 | A | 0 | 60 | 5E | 21 | 167 | 5D | 23 |
| Octal | 252 | 6 | 12 | 0 | 140 | 136 | 41 | 547 | 135 | 43 |
| Binary | 10101010 | 110 | 1010 | 0 | 1100000 | 1011110 | 100001 | 101100111 | 1011101 | 100011 |
Color Harmonies of #AA060A
Complementary color
Monochromatic Colors of #AA060A
Black with #AA060A
Text Example
Text Example
White with #AA060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA060A; }
p { color: rgb(170,6,10); }
H1.HeaderClassName
{
color: #AA060A;
}
.AnyTagClassName
{
color: #AA060A;
}
</style>
background-color css
<style>
a { background-color: #AA060A; }
a { background-color: rgb(170,6,10); }
div.DivClassName
{
background-color: #AA060A;
}
.BgClassName
{
background-color: #AA060A;
}
</style>
border-color css
<style>
span { border-color: #AA060A; }
span { border-color: rgb(170,6,10); }
td.TdClassName
{
border-color: #AA060A;
}
.TagClassName
{
border-color: #AA060A;
}
</style>