Shades of Sangria #AC090C
Tints of Sangria #AC090C
RGB
CMYK
RGB Variations
Color information
#AC090C (or 0xAC090C) is known color: Sangria. HEX triplet: AC, 09 and 0C. RGB value is (172,9,12). Sum of RGB (Red+Green+Blue) = 172+9+12=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC090C is #53F6F3. Grayscale: #3A3A3A. Windows color (decimal): -5502708 or 788908. OLE color: 788908.
HSL color Cylindrical-coordinate representation of color #AC090C: hue angle of 358.9º degrees, saturation: 0.9, 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 #AC090C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.33 |
| HSL | 358.9º | 0.9% | 0.35% | - |
| HSV(B) | 358.9º | 0.95% | 0.67% | - |
| XYZ | 17.18 | 8.99 | 1.18 | - |
| YUV | 58.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 12 | 0 | 0.95 | 0.93 | 0.33 | 358.9 | 0.9 | 0.35 |
| Hex | AC | 9 | C | 0 | 5F | 5D | 21 | 167 | 5A | 23 |
| Octal | 254 | 11 | 14 | 0 | 137 | 135 | 41 | 547 | 132 | 43 |
| Binary | 10101100 | 1001 | 1100 | 0 | 1011111 | 1011101 | 100001 | 101100111 | 1011010 | 100011 |
Color Harmonies of #AC090C
Complementary color
Monochromatic Colors of #AC090C
Black with #AC090C
Text Example
Text Example
White with #AC090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC090C; }
p { color: rgb(172,9,12); }
H1.HeaderClassName
{
color: #AC090C;
}
.AnyTagClassName
{
color: #AC090C;
}
</style>
background-color css
<style>
a { background-color: #AC090C; }
a { background-color: rgb(172,9,12); }
div.DivClassName
{
background-color: #AC090C;
}
.BgClassName
{
background-color: #AC090C;
}
</style>
border-color css
<style>
span { border-color: #AC090C; }
span { border-color: rgb(172,9,12); }
td.TdClassName
{
border-color: #AC090C;
}
.TagClassName
{
border-color: #AC090C;
}
</style>