Shades of Sangria #AC070C
Tints of Sangria #AC070C
RGB
CMYK
RGB Variations
Color information
#AC070C (or 0xAC070C) is known color: Sangria. HEX triplet: AC, 07 and 0C. RGB value is (172,7,12). Sum of RGB (Red+Green+Blue) = 172+7+12=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC070C is #53F8F3. Grayscale: #393939. Windows color (decimal): -5503220 or 788396. OLE color: 788396.
HSL color Cylindrical-coordinate representation of color #AC070C: hue angle of 358.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.33 |
| HSL | 358.18º | 0.92% | 0.35% | - |
| HSV(B) | 358.18º | 0.96% | 0.67% | - |
| XYZ | 17.16 | 8.95 | 1.17 | - |
| YUV | 56.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 12 | 0 | 0.96 | 0.93 | 0.33 | 358.18 | 0.92 | 0.35 |
| Hex | AC | 7 | C | 0 | 60 | 5D | 21 | 166 | 5C | 23 |
| Octal | 254 | 7 | 14 | 0 | 140 | 135 | 41 | 546 | 134 | 43 |
| Binary | 10101100 | 111 | 1100 | 0 | 1100000 | 1011101 | 100001 | 101100110 | 1011100 | 100011 |
Color Harmonies of #AC070C
Complementary color
Monochromatic Colors of #AC070C
Black with #AC070C
Text Example
Text Example
White with #AC070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC070C; }
p { color: rgb(172,7,12); }
H1.HeaderClassName
{
color: #AC070C;
}
.AnyTagClassName
{
color: #AC070C;
}
</style>
background-color css
<style>
a { background-color: #AC070C; }
a { background-color: rgb(172,7,12); }
div.DivClassName
{
background-color: #AC070C;
}
.BgClassName
{
background-color: #AC070C;
}
</style>
border-color css
<style>
span { border-color: #AC070C; }
span { border-color: rgb(172,7,12); }
td.TdClassName
{
border-color: #AC070C;
}
.TagClassName
{
border-color: #AC070C;
}
</style>