Shades of Sangria #A7060C
Tints of Sangria #A7060C
RGB
CMYK
RGB Variations
Color information
#A7060C (or 0xA7060C) is known color: Sangria. HEX triplet: A7, 06 and 0C. RGB value is (167,6,12). Sum of RGB (Red+Green+Blue) = 167+6+12=185 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.27% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 167 - color contains mainly: red. Hex color #A7060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7060C is #58F9F3. Grayscale: #363636. Windows color (decimal): -5831156 or 788135. OLE color: 788135.
HSL color Cylindrical-coordinate representation of color #A7060C: hue angle of 357.76º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7060C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.35 |
| HSL | 357.76º | 0.93% | 0.34% | - |
| HSV(B) | 357.76º | 0.96% | 0.65% | - |
| XYZ | 16.07 | 8.37 | 1.12 | - |
| YUV | 54.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 12 | 0 | 0.96 | 0.93 | 0.35 | 357.76 | 0.93 | 0.34 |
| Hex | A7 | 6 | C | 0 | 60 | 5D | 23 | 166 | 5D | 22 |
| Octal | 247 | 6 | 14 | 0 | 140 | 135 | 43 | 546 | 135 | 42 |
| Binary | 10100111 | 110 | 1100 | 0 | 1100000 | 1011101 | 100011 | 101100110 | 1011101 | 100010 |
Color Harmonies of #A7060C
Complementary color
Monochromatic Colors of #A7060C
Black with #A7060C
Text Example
Text Example
White with #A7060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7060C; }
p { color: rgb(167,6,12); }
H1.HeaderClassName
{
color: #A7060C;
}
.AnyTagClassName
{
color: #A7060C;
}
</style>
background-color css
<style>
a { background-color: #A7060C; }
a { background-color: rgb(167,6,12); }
div.DivClassName
{
background-color: #A7060C;
}
.BgClassName
{
background-color: #A7060C;
}
</style>
border-color css
<style>
span { border-color: #A7060C; }
span { border-color: rgb(167,6,12); }
td.TdClassName
{
border-color: #A7060C;
}
.TagClassName
{
border-color: #A7060C;
}
</style>