Shades of Sangria #A0060A
Tints of Sangria #A0060A
RGB
CMYK
RGB Variations
Color information
#A0060A (or 0xA0060A) is known color: Sangria. HEX triplet: A0, 06 and 0A. RGB value is (160,6,10). Sum of RGB (Red+Green+Blue) = 160+6+10=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A0060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0060A is #5FF9F5. Grayscale: #343434. Windows color (decimal): -6289910 or 657056. OLE color: 657056.
HSL color Cylindrical-coordinate representation of color #A0060A: hue angle of 358.44º 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 #A0060A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.37 |
| HSL | 358.44º | 0.93% | 0.33% | - |
| HSV(B) | 358.44º | 0.96% | 0.63% | - |
| XYZ | 14.62 | 7.63 | 0.99 | - |
| YUV | 52.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 10 | 0 | 0.96 | 0.94 | 0.37 | 358.44 | 0.93 | 0.33 |
| Hex | A0 | 6 | A | 0 | 60 | 5E | 25 | 166 | 5D | 21 |
| Octal | 240 | 6 | 12 | 0 | 140 | 136 | 45 | 546 | 135 | 41 |
| Binary | 10100000 | 110 | 1010 | 0 | 1100000 | 1011110 | 100101 | 101100110 | 1011101 | 100001 |
Color Harmonies of #A0060A
Complementary color
Monochromatic Colors of #A0060A
Black with #A0060A
Text Example
Text Example
White with #A0060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0060A; }
p { color: rgb(160,6,10); }
H1.HeaderClassName
{
color: #A0060A;
}
.AnyTagClassName
{
color: #A0060A;
}
</style>
background-color css
<style>
a { background-color: #A0060A; }
a { background-color: rgb(160,6,10); }
div.DivClassName
{
background-color: #A0060A;
}
.BgClassName
{
background-color: #A0060A;
}
</style>
border-color css
<style>
span { border-color: #A0060A; }
span { border-color: rgb(160,6,10); }
td.TdClassName
{
border-color: #A0060A;
}
.TagClassName
{
border-color: #A0060A;
}
</style>