Shades of Sangria #AC090E
Tints of Sangria #AC090E
RGB
CMYK
RGB Variations
Color information
#AC090E (or 0xAC090E) is known color: Sangria. HEX triplet: AC, 09 and 0E. RGB value is (172,9,14). Sum of RGB (Red+Green+Blue) = 172+9+14=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC090E is #53F6F1. Grayscale: #3A3A3A. Windows color (decimal): -5502706 or 919980. OLE color: 919980.
HSL color Cylindrical-coordinate representation of color #AC090E: hue angle of 358.16º 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 #AC090E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 14 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.33 |
| HSL | 358.16º | 0.9% | 0.35% | - |
| HSV(B) | 358.16º | 0.95% | 0.67% | - |
| XYZ | 17.19 | 9 | 1.25 | - |
| YUV | 58.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 14 | 0 | 0.95 | 0.92 | 0.33 | 358.16 | 0.9 | 0.35 |
| Hex | AC | 9 | E | 0 | 5F | 5C | 21 | 166 | 5A | 23 |
| Octal | 254 | 11 | 16 | 0 | 137 | 134 | 41 | 546 | 132 | 43 |
| Binary | 10101100 | 1001 | 1110 | 0 | 1011111 | 1011100 | 100001 | 101100110 | 1011010 | 100011 |
Color Harmonies of #AC090E
Complementary color
Monochromatic Colors of #AC090E
Black with #AC090E
Text Example
Text Example
White with #AC090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC090E; }
p { color: rgb(172,9,14); }
H1.HeaderClassName
{
color: #AC090E;
}
.AnyTagClassName
{
color: #AC090E;
}
</style>
background-color css
<style>
a { background-color: #AC090E; }
a { background-color: rgb(172,9,14); }
div.DivClassName
{
background-color: #AC090E;
}
.BgClassName
{
background-color: #AC090E;
}
</style>
border-color css
<style>
span { border-color: #AC090E; }
span { border-color: rgb(172,9,14); }
td.TdClassName
{
border-color: #AC090E;
}
.TagClassName
{
border-color: #AC090E;
}
</style>