Shades of Sangria #AA090C
Tints of Sangria #AA090C
RGB
CMYK
RGB Variations
Color information
#AA090C (or 0xAA090C) is known color: Sangria. HEX triplet: AA, 09 and 0C. RGB value is (170,9,12). Sum of RGB (Red+Green+Blue) = 170+9+12=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA090C is #55F6F3. Grayscale: #393939. Windows color (decimal): -5633780 or 788906. OLE color: 788906.
HSL color Cylindrical-coordinate representation of color #AA090C: hue angle of 358.88º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA090C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.33 |
| HSL | 358.88º | 0.9% | 0.35% | - |
| HSV(B) | 358.88º | 0.95% | 0.67% | - |
| XYZ | 16.74 | 8.77 | 1.16 | - |
| YUV | 57.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 12 | 0 | 0.95 | 0.93 | 0.33 | 358.88 | 0.9 | 0.35 |
| Hex | AA | 9 | C | 0 | 5F | 5D | 21 | 167 | 5A | 23 |
| Octal | 252 | 11 | 14 | 0 | 137 | 135 | 41 | 547 | 132 | 43 |
| Binary | 10101010 | 1001 | 1100 | 0 | 1011111 | 1011101 | 100001 | 101100111 | 1011010 | 100011 |
Color Harmonies of #AA090C
Complementary color
Monochromatic Colors of #AA090C
Black with #AA090C
Text Example
Text Example
White with #AA090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA090C; }
p { color: rgb(170,9,12); }
H1.HeaderClassName
{
color: #AA090C;
}
.AnyTagClassName
{
color: #AA090C;
}
</style>
background-color css
<style>
a { background-color: #AA090C; }
a { background-color: rgb(170,9,12); }
div.DivClassName
{
background-color: #AA090C;
}
.BgClassName
{
background-color: #AA090C;
}
</style>
border-color css
<style>
span { border-color: #AA090C; }
span { border-color: rgb(170,9,12); }
td.TdClassName
{
border-color: #AA090C;
}
.TagClassName
{
border-color: #AA090C;
}
</style>