Shades of Sangria #A8060C
Tints of Sangria #A8060C
RGB
CMYK
RGB Variations
Color information
#A8060C (or 0xA8060C) is known color: Sangria. HEX triplet: A8, 06 and 0C. RGB value is (168,6,12). Sum of RGB (Red+Green+Blue) = 168+6+12=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A8060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8060C is #57F9F3. Grayscale: #373737. Windows color (decimal): -5765620 or 788136. OLE color: 788136.
HSL color Cylindrical-coordinate representation of color #A8060C: hue angle of 357.78º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8060C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.34 |
| HSL | 357.78º | 0.93% | 0.34% | - |
| HSV(B) | 357.78º | 0.96% | 0.66% | - |
| XYZ | 16.28 | 8.48 | 1.13 | - |
| YUV | 55.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 12 | 0 | 0.96 | 0.93 | 0.34 | 357.78 | 0.93 | 0.34 |
| Hex | A8 | 6 | C | 0 | 60 | 5D | 22 | 166 | 5D | 22 |
| Octal | 250 | 6 | 14 | 0 | 140 | 135 | 42 | 546 | 135 | 42 |
| Binary | 10101000 | 110 | 1100 | 0 | 1100000 | 1011101 | 100010 | 101100110 | 1011101 | 100010 |
Color Harmonies of #A8060C
Complementary color
Monochromatic Colors of #A8060C
Black with #A8060C
Text Example
Text Example
White with #A8060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8060C; }
p { color: rgb(168,6,12); }
H1.HeaderClassName
{
color: #A8060C;
}
.AnyTagClassName
{
color: #A8060C;
}
</style>
background-color css
<style>
a { background-color: #A8060C; }
a { background-color: rgb(168,6,12); }
div.DivClassName
{
background-color: #A8060C;
}
.BgClassName
{
background-color: #A8060C;
}
</style>
border-color css
<style>
span { border-color: #A8060C; }
span { border-color: rgb(168,6,12); }
td.TdClassName
{
border-color: #A8060C;
}
.TagClassName
{
border-color: #A8060C;
}
</style>