Shades of Sangria #AC090A
Tints of Sangria #AC090A
RGB
CMYK
RGB Variations
Color information
#AC090A (or 0xAC090A) is known color: Sangria. HEX triplet: AC, 09 and 0A. RGB value is (172,9,10). Sum of RGB (Red+Green+Blue) = 172+9+10=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC090A is #53F6F5. Grayscale: #3A3A3A. Windows color (decimal): -5502710 or 657836. OLE color: 657836.
HSL color Cylindrical-coordinate representation of color #AC090A: hue angle of 359.63º 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 #AC090A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 10 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.33 |
| HSL | 359.63º | 0.9% | 0.35% | - |
| HSV(B) | 359.63º | 0.95% | 0.67% | - |
| XYZ | 17.17 | 8.99 | 1.12 | - |
| YUV | 57.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 10 | 0 | 0.95 | 0.94 | 0.33 | 359.63 | 0.9 | 0.35 |
| Hex | AC | 9 | A | 0 | 5F | 5E | 21 | 168 | 5A | 23 |
| Octal | 254 | 11 | 12 | 0 | 137 | 136 | 41 | 550 | 132 | 43 |
| Binary | 10101100 | 1001 | 1010 | 0 | 1011111 | 1011110 | 100001 | 101101000 | 1011010 | 100011 |
Color Harmonies of #AC090A
Complementary color
Monochromatic Colors of #AC090A
Black with #AC090A
Text Example
Text Example
White with #AC090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC090A; }
p { color: rgb(172,9,10); }
H1.HeaderClassName
{
color: #AC090A;
}
.AnyTagClassName
{
color: #AC090A;
}
</style>
background-color css
<style>
a { background-color: #AC090A; }
a { background-color: rgb(172,9,10); }
div.DivClassName
{
background-color: #AC090A;
}
.BgClassName
{
background-color: #AC090A;
}
</style>
border-color css
<style>
span { border-color: #AC090A; }
span { border-color: rgb(172,9,10); }
td.TdClassName
{
border-color: #AC090A;
}
.TagClassName
{
border-color: #AC090A;
}
</style>