Shades of Sangria #AA0004
Tints of Sangria #AA0004
RGB
CMYK
RGB Variations
Color information
#AA0004 (or 0xAA0004) is known color: Sangria. HEX triplet: AA, 00 and 04. RGB value is (170,0,4). Sum of RGB (Red+Green+Blue) = 170+0+4=174 (23% of max value = 765). Red value is 170 (66.80% from 255 or 97.70% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0004 is #55FFFB. Grayscale: #333333. Windows color (decimal): -5636092 or 262314. OLE color: 262314.
HSL color Cylindrical-coordinate representation of color #AA0004: hue angle of 358.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.33 |
| HSL | 358.59º | 1% | 0.33% | - |
| HSV(B) | 358.59º | 1% | 0.67% | - |
| XYZ | 16.6 | 8.55 | 0.89 | - |
| YUV | 51.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 4 | 0 | 1 | 0.98 | 0.33 | 358.59 | 1 | 0.33 |
| Hex | AA | 0 | 4 | 0 | 64 | 62 | 21 | 167 | 64 | 21 |
| Octal | 252 | 0 | 4 | 0 | 144 | 142 | 41 | 547 | 144 | 41 |
| Binary | 10101010 | 0 | 100 | 0 | 1100100 | 1100010 | 100001 | 101100111 | 1100100 | 100001 |
Color Harmonies of #AA0004
Complementary color
Monochromatic Colors of #AA0004
Black with #AA0004
Text Example
Text Example
White with #AA0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0004; }
p { color: rgb(170,0,4); }
H1.HeaderClassName
{
color: #AA0004;
}
.AnyTagClassName
{
color: #AA0004;
}
</style>
background-color css
<style>
a { background-color: #AA0004; }
a { background-color: rgb(170,0,4); }
div.DivClassName
{
background-color: #AA0004;
}
.BgClassName
{
background-color: #AA0004;
}
</style>
border-color css
<style>
span { border-color: #AA0004; }
span { border-color: rgb(170,0,4); }
td.TdClassName
{
border-color: #AA0004;
}
.TagClassName
{
border-color: #AA0004;
}
</style>