Shades of Sangria #AA090B
Tints of Sangria #AA090B
RGB
CMYK
RGB Variations
Color information
#AA090B (or 0xAA090B) is known color: Sangria. HEX triplet: AA, 09 and 0B. RGB value is (170,9,11). Sum of RGB (Red+Green+Blue) = 170+9+11=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA090B is #55F6F4. Grayscale: #393939. Windows color (decimal): -5633781 or 723370. OLE color: 723370.
HSL color Cylindrical-coordinate representation of color #AA090B: hue angle of 359.25º 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 #AA090B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.33 |
| HSL | 359.25º | 0.9% | 0.35% | - |
| HSV(B) | 359.25º | 0.95% | 0.67% | - |
| XYZ | 16.74 | 8.77 | 1.13 | - |
| YUV | 57.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 11 | 0 | 0.95 | 0.94 | 0.33 | 359.25 | 0.9 | 0.35 |
| Hex | AA | 9 | B | 0 | 5F | 5E | 21 | 167 | 5A | 23 |
| Octal | 252 | 11 | 13 | 0 | 137 | 136 | 41 | 547 | 132 | 43 |
| Binary | 10101010 | 1001 | 1011 | 0 | 1011111 | 1011110 | 100001 | 101100111 | 1011010 | 100011 |
Color Harmonies of #AA090B
Complementary color
Monochromatic Colors of #AA090B
Black with #AA090B
Text Example
Text Example
White with #AA090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA090B; }
p { color: rgb(170,9,11); }
H1.HeaderClassName
{
color: #AA090B;
}
.AnyTagClassName
{
color: #AA090B;
}
</style>
background-color css
<style>
a { background-color: #AA090B; }
a { background-color: rgb(170,9,11); }
div.DivClassName
{
background-color: #AA090B;
}
.BgClassName
{
background-color: #AA090B;
}
</style>
border-color css
<style>
span { border-color: #AA090B; }
span { border-color: rgb(170,9,11); }
td.TdClassName
{
border-color: #AA090B;
}
.TagClassName
{
border-color: #AA090B;
}
</style>