Shades of Sangria #AC080C
Tints of Sangria #AC080C
RGB
CMYK
RGB Variations
Color information
#AC080C (or 0xAC080C) is known color: Sangria. HEX triplet: AC, 08 and 0C. RGB value is (172,8,12). Sum of RGB (Red+Green+Blue) = 172+8+12=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC080C is #53F7F3. Grayscale: #393939. Windows color (decimal): -5502964 or 788652. OLE color: 788652.
HSL color Cylindrical-coordinate representation of color #AC080C: hue angle of 358.54º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC080C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.33 |
| HSL | 358.54º | 0.91% | 0.35% | - |
| HSV(B) | 358.54º | 0.95% | 0.67% | - |
| XYZ | 17.17 | 8.97 | 1.17 | - |
| YUV | 57.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 12 | 0 | 0.95 | 0.93 | 0.33 | 358.54 | 0.91 | 0.35 |
| Hex | AC | 8 | C | 0 | 5F | 5D | 21 | 167 | 5B | 23 |
| Octal | 254 | 10 | 14 | 0 | 137 | 135 | 41 | 547 | 133 | 43 |
| Binary | 10101100 | 1000 | 1100 | 0 | 1011111 | 1011101 | 100001 | 101100111 | 1011011 | 100011 |
Color Harmonies of #AC080C
Complementary color
Monochromatic Colors of #AC080C
Black with #AC080C
Text Example
Text Example
White with #AC080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC080C; }
p { color: rgb(172,8,12); }
H1.HeaderClassName
{
color: #AC080C;
}
.AnyTagClassName
{
color: #AC080C;
}
</style>
background-color css
<style>
a { background-color: #AC080C; }
a { background-color: rgb(172,8,12); }
div.DivClassName
{
background-color: #AC080C;
}
.BgClassName
{
background-color: #AC080C;
}
</style>
border-color css
<style>
span { border-color: #AC080C; }
span { border-color: rgb(172,8,12); }
td.TdClassName
{
border-color: #AC080C;
}
.TagClassName
{
border-color: #AC080C;
}
</style>