Shades of Sangria #AA060B
Tints of Sangria #AA060B
RGB
CMYK
RGB Variations
Color information
#AA060B (or 0xAA060B) is known color: Sangria. HEX triplet: AA, 06 and 0B. RGB value is (170,6,11). Sum of RGB (Red+Green+Blue) = 170+6+11=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060B is #55F9F4. Grayscale: #373737. Windows color (decimal): -5634549 or 722602. OLE color: 722602.
HSL color Cylindrical-coordinate representation of color #AA060B: hue angle of 358.17º 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 #AA060B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.33 |
| HSL | 358.17º | 0.93% | 0.35% | - |
| HSV(B) | 358.17º | 0.96% | 0.67% | - |
| XYZ | 16.7 | 8.7 | 1.12 | - |
| YUV | 55.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 11 | 0 | 0.96 | 0.94 | 0.33 | 358.17 | 0.93 | 0.35 |
| Hex | AA | 6 | B | 0 | 60 | 5E | 21 | 166 | 5D | 23 |
| Octal | 252 | 6 | 13 | 0 | 140 | 136 | 41 | 546 | 135 | 43 |
| Binary | 10101010 | 110 | 1011 | 0 | 1100000 | 1011110 | 100001 | 101100110 | 1011101 | 100011 |
Color Harmonies of #AA060B
Complementary color
Monochromatic Colors of #AA060B
Black with #AA060B
Text Example
Text Example
White with #AA060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA060B; }
p { color: rgb(170,6,11); }
H1.HeaderClassName
{
color: #AA060B;
}
.AnyTagClassName
{
color: #AA060B;
}
</style>
background-color css
<style>
a { background-color: #AA060B; }
a { background-color: rgb(170,6,11); }
div.DivClassName
{
background-color: #AA060B;
}
.BgClassName
{
background-color: #AA060B;
}
</style>
border-color css
<style>
span { border-color: #AA060B; }
span { border-color: rgb(170,6,11); }
td.TdClassName
{
border-color: #AA060B;
}
.TagClassName
{
border-color: #AA060B;
}
</style>