Shades of Sangria #AA0607
Tints of Sangria #AA0607
RGB
CMYK
RGB Variations
Color information
#AA0607 (or 0xAA0607) is known color: Sangria. HEX triplet: AA, 06 and 07. RGB value is (170,6,7). Sum of RGB (Red+Green+Blue) = 170+6+7=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0607 is #55F9F8. Grayscale: #373737. Windows color (decimal): -5634553 or 460458. OLE color: 460458.
HSL color Cylindrical-coordinate representation of color #AA0607: hue angle of 359.63º 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 #AA0607 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 7 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.33 |
| HSL | 359.63º | 0.93% | 0.35% | - |
| HSV(B) | 359.63º | 0.96% | 0.67% | - |
| XYZ | 16.68 | 8.69 | 1 | - |
| YUV | 55.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 7 | 0 | 0.96 | 0.96 | 0.33 | 359.63 | 0.93 | 0.35 |
| Hex | AA | 6 | 7 | 0 | 60 | 60 | 21 | 168 | 5D | 23 |
| Octal | 252 | 6 | 7 | 0 | 140 | 140 | 41 | 550 | 135 | 43 |
| Binary | 10101010 | 110 | 111 | 0 | 1100000 | 1100000 | 100001 | 101101000 | 1011101 | 100011 |
Color Harmonies of #AA0607
Complementary color
Monochromatic Colors of #AA0607
Black with #AA0607
Text Example
Text Example
White with #AA0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0607; }
p { color: rgb(170,6,7); }
H1.HeaderClassName
{
color: #AA0607;
}
.AnyTagClassName
{
color: #AA0607;
}
</style>
background-color css
<style>
a { background-color: #AA0607; }
a { background-color: rgb(170,6,7); }
div.DivClassName
{
background-color: #AA0607;
}
.BgClassName
{
background-color: #AA0607;
}
</style>
border-color css
<style>
span { border-color: #AA0607; }
span { border-color: rgb(170,6,7); }
td.TdClassName
{
border-color: #AA0607;
}
.TagClassName
{
border-color: #AA0607;
}
</style>