Shades of Sangria #AA0507
Tints of Sangria #AA0507
RGB
CMYK
RGB Variations
Color information
#AA0507 (or 0xAA0507) is known color: Sangria. HEX triplet: AA, 05 and 07. RGB value is (170,5,7). Sum of RGB (Red+Green+Blue) = 170+5+7=182 (24% of max value = 765). Red value is 170 (66.80% from 255 or 93.41% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0507 is #55FAF8. Grayscale: #363636. Windows color (decimal): -5634809 or 460202. OLE color: 460202.
HSL color Cylindrical-coordinate representation of color #AA0507: hue angle of 359.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.33 |
| HSL | 359.27º | 0.94% | 0.34% | - |
| HSV(B) | 359.27º | 0.97% | 0.67% | - |
| XYZ | 16.67 | 8.67 | 1 | - |
| YUV | 54.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 7 | 0 | 0.97 | 0.96 | 0.33 | 359.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 7 | 0 | 61 | 60 | 21 | 167 | 5E | 22 |
| Octal | 252 | 5 | 7 | 0 | 141 | 140 | 41 | 547 | 136 | 42 |
| Binary | 10101010 | 101 | 111 | 0 | 1100001 | 1100000 | 100001 | 101100111 | 1011110 | 100010 |
Color Harmonies of #AA0507
Complementary color
Monochromatic Colors of #AA0507
Black with #AA0507
Text Example
Text Example
White with #AA0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0507; }
p { color: rgb(170,5,7); }
H1.HeaderClassName
{
color: #AA0507;
}
.AnyTagClassName
{
color: #AA0507;
}
</style>
background-color css
<style>
a { background-color: #AA0507; }
a { background-color: rgb(170,5,7); }
div.DivClassName
{
background-color: #AA0507;
}
.BgClassName
{
background-color: #AA0507;
}
</style>
border-color css
<style>
span { border-color: #AA0507; }
span { border-color: rgb(170,5,7); }
td.TdClassName
{
border-color: #AA0507;
}
.TagClassName
{
border-color: #AA0507;
}
</style>