Shades of Sangria #AA0008
Tints of Sangria #AA0008
RGB
CMYK
RGB Variations
Color information
#AA0008 (or 0xAA0008) is known color: Sangria. HEX triplet: AA, 00 and 08. RGB value is (170,0,8). Sum of RGB (Red+Green+Blue) = 170+0+8=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0008 is #55FFF7. Grayscale: #333333. Windows color (decimal): -5636088 or 524458. OLE color: 524458.
HSL color Cylindrical-coordinate representation of color #AA0008: hue angle of 357.18º 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 #AA0008 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.95 | 0.33 |
| HSL | 357.18º | 1% | 0.33% | - |
| HSV(B) | 357.18º | 1% | 0.67% | - |
| XYZ | 16.62 | 8.56 | 1.01 | - |
| YUV | 51.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 8 | 0 | 1 | 0.95 | 0.33 | 357.18 | 1 | 0.33 |
| Hex | AA | 0 | 8 | 0 | 64 | 5F | 21 | 165 | 64 | 21 |
| Octal | 252 | 0 | 10 | 0 | 144 | 137 | 41 | 545 | 144 | 41 |
| Binary | 10101010 | 0 | 1000 | 0 | 1100100 | 1011111 | 100001 | 101100101 | 1100100 | 100001 |
Color Harmonies of #AA0008
Complementary color
Monochromatic Colors of #AA0008
Black with #AA0008
Text Example
Text Example
White with #AA0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0008; }
p { color: rgb(170,0,8); }
H1.HeaderClassName
{
color: #AA0008;
}
.AnyTagClassName
{
color: #AA0008;
}
</style>
background-color css
<style>
a { background-color: #AA0008; }
a { background-color: rgb(170,0,8); }
div.DivClassName
{
background-color: #AA0008;
}
.BgClassName
{
background-color: #AA0008;
}
</style>
border-color css
<style>
span { border-color: #AA0008; }
span { border-color: rgb(170,0,8); }
td.TdClassName
{
border-color: #AA0008;
}
.TagClassName
{
border-color: #AA0008;
}
</style>