Shades of Sangria #A8000A
Tints of Sangria #A8000A
RGB
CMYK
RGB Variations
Color information
#A8000A (or 0xA8000A) is known color: Sangria. HEX triplet: A8, 00 and 0A. RGB value is (168,0,10). Sum of RGB (Red+Green+Blue) = 168+0+10=178 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.38% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 168 - color contains mainly: red. Hex color #A8000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8000A is #57FFF5. Grayscale: #333333. Windows color (decimal): -5767158 or 655528. OLE color: 655528.
HSL color Cylindrical-coordinate representation of color #A8000A: hue angle of 356.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.34 |
| HSL | 356.43º | 1% | 0.33% | - |
| HSV(B) | 356.43º | 1% | 0.66% | - |
| XYZ | 16.2 | 8.35 | 1.04 | - |
| YUV | 51.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 10 | 0 | 1 | 0.94 | 0.34 | 356.43 | 1 | 0.33 |
| Hex | A8 | 0 | A | 0 | 64 | 5E | 22 | 164 | 64 | 21 |
| Octal | 250 | 0 | 12 | 0 | 144 | 136 | 42 | 544 | 144 | 41 |
| Binary | 10101000 | 0 | 1010 | 0 | 1100100 | 1011110 | 100010 | 101100100 | 1100100 | 100001 |
Color Harmonies of #A8000A
Complementary color
Monochromatic Colors of #A8000A
Black with #A8000A
Text Example
Text Example
White with #A8000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8000A; }
p { color: rgb(168,0,10); }
H1.HeaderClassName
{
color: #A8000A;
}
.AnyTagClassName
{
color: #A8000A;
}
</style>
background-color css
<style>
a { background-color: #A8000A; }
a { background-color: rgb(168,0,10); }
div.DivClassName
{
background-color: #A8000A;
}
.BgClassName
{
background-color: #A8000A;
}
</style>
border-color css
<style>
span { border-color: #A8000A; }
span { border-color: rgb(168,0,10); }
td.TdClassName
{
border-color: #A8000A;
}
.TagClassName
{
border-color: #A8000A;
}
</style>