Shades of Sangria #A2080A
Tints of Sangria #A2080A
RGB
CMYK
RGB Variations
Color information
#A2080A (or 0xA2080A) is known color: Sangria. HEX triplet: A2, 08 and 0A. RGB value is (162,8,10). Sum of RGB (Red+Green+Blue) = 162+8+10=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A2080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2080A is #5DF7F5. Grayscale: #363636. Windows color (decimal): -6158326 or 657570. OLE color: 657570.
HSL color Cylindrical-coordinate representation of color #A2080A: hue angle of 359.22º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2080A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 10 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.36 |
| HSL | 359.22º | 0.91% | 0.33% | - |
| HSV(B) | 359.22º | 0.95% | 0.64% | - |
| XYZ | 15.04 | 7.88 | 1.01 | - |
| YUV | 54.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 10 | 0 | 0.95 | 0.94 | 0.36 | 359.22 | 0.91 | 0.33 |
| Hex | A2 | 8 | A | 0 | 5F | 5E | 24 | 167 | 5B | 21 |
| Octal | 242 | 10 | 12 | 0 | 137 | 136 | 44 | 547 | 133 | 41 |
| Binary | 10100010 | 1000 | 1010 | 0 | 1011111 | 1011110 | 100100 | 101100111 | 1011011 | 100001 |
Color Harmonies of #A2080A
Complementary color
Monochromatic Colors of #A2080A
Black with #A2080A
Text Example
Text Example
White with #A2080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2080A; }
p { color: rgb(162,8,10); }
H1.HeaderClassName
{
color: #A2080A;
}
.AnyTagClassName
{
color: #A2080A;
}
</style>
background-color css
<style>
a { background-color: #A2080A; }
a { background-color: rgb(162,8,10); }
div.DivClassName
{
background-color: #A2080A;
}
.BgClassName
{
background-color: #A2080A;
}
</style>
border-color css
<style>
span { border-color: #A2080A; }
span { border-color: rgb(162,8,10); }
td.TdClassName
{
border-color: #A2080A;
}
.TagClassName
{
border-color: #A2080A;
}
</style>