Shades of Sangria #A0060E
Tints of Sangria #A0060E
RGB
CMYK
RGB Variations
Color information
#A0060E (or 0xA0060E) is known color: Sangria. HEX triplet: A0, 06 and 0E. RGB value is (160,6,14). Sum of RGB (Red+Green+Blue) = 160+6+14=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A0060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0060E is #5FF9F1. Grayscale: #353535. Windows color (decimal): -6289906 or 919200. OLE color: 919200.
HSL color Cylindrical-coordinate representation of color #A0060E: hue angle of 356.88º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0060E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 14 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.37 |
| HSL | 356.88º | 0.93% | 0.33% | - |
| HSV(B) | 356.88º | 0.96% | 0.63% | - |
| XYZ | 14.64 | 7.64 | 1.12 | - |
| YUV | 52.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 14 | 0 | 0.96 | 0.91 | 0.37 | 356.88 | 0.93 | 0.33 |
| Hex | A0 | 6 | E | 0 | 60 | 5B | 25 | 165 | 5D | 21 |
| Octal | 240 | 6 | 16 | 0 | 140 | 133 | 45 | 545 | 135 | 41 |
| Binary | 10100000 | 110 | 1110 | 0 | 1100000 | 1011011 | 100101 | 101100101 | 1011101 | 100001 |
Color Harmonies of #A0060E
Complementary color
Monochromatic Colors of #A0060E
Black with #A0060E
Text Example
Text Example
White with #A0060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0060E; }
p { color: rgb(160,6,14); }
H1.HeaderClassName
{
color: #A0060E;
}
.AnyTagClassName
{
color: #A0060E;
}
</style>
background-color css
<style>
a { background-color: #A0060E; }
a { background-color: rgb(160,6,14); }
div.DivClassName
{
background-color: #A0060E;
}
.BgClassName
{
background-color: #A0060E;
}
</style>
border-color css
<style>
span { border-color: #A0060E; }
span { border-color: rgb(160,6,14); }
td.TdClassName
{
border-color: #A0060E;
}
.TagClassName
{
border-color: #A0060E;
}
</style>