Shades of Sangria #AA0508
Tints of Sangria #AA0508
RGB
CMYK
RGB Variations
Color information
#AA0508 (or 0xAA0508) is known color: Sangria. HEX triplet: AA, 05 and 08. RGB value is (170,5,8). Sum of RGB (Red+Green+Blue) = 170+5+8=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0508 is #55FAF7. Grayscale: #363636. Windows color (decimal): -5634808 or 525738. OLE color: 525738.
HSL color Cylindrical-coordinate representation of color #AA0508: hue angle of 358.91º 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 #AA0508 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 8 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.33 |
| HSL | 358.91º | 0.94% | 0.34% | - |
| HSV(B) | 358.91º | 0.97% | 0.67% | - |
| XYZ | 16.68 | 8.67 | 1.02 | - |
| YUV | 54.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 8 | 0 | 0.97 | 0.95 | 0.33 | 358.91 | 0.94 | 0.34 |
| Hex | AA | 5 | 8 | 0 | 61 | 5F | 21 | 167 | 5E | 22 |
| Octal | 252 | 5 | 10 | 0 | 141 | 137 | 41 | 547 | 136 | 42 |
| Binary | 10101010 | 101 | 1000 | 0 | 1100001 | 1011111 | 100001 | 101100111 | 1011110 | 100010 |
Color Harmonies of #AA0508
Complementary color
Monochromatic Colors of #AA0508
Black with #AA0508
Text Example
Text Example
White with #AA0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0508; }
p { color: rgb(170,5,8); }
H1.HeaderClassName
{
color: #AA0508;
}
.AnyTagClassName
{
color: #AA0508;
}
</style>
background-color css
<style>
a { background-color: #AA0508; }
a { background-color: rgb(170,5,8); }
div.DivClassName
{
background-color: #AA0508;
}
.BgClassName
{
background-color: #AA0508;
}
</style>
border-color css
<style>
span { border-color: #AA0508; }
span { border-color: rgb(170,5,8); }
td.TdClassName
{
border-color: #AA0508;
}
.TagClassName
{
border-color: #AA0508;
}
</style>