Shades of Sangria #AC0205
Tints of Sangria #AC0205
RGB
CMYK
RGB Variations
Color information
#AC0205 (or 0xAC0205) is known color: Sangria. HEX triplet: AC, 02 and 05. RGB value is (172,2,5). Sum of RGB (Red+Green+Blue) = 172+2+5=179 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.09% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0205 is #53FDFA. Grayscale: #353535. Windows color (decimal): -5504507 or 328364. OLE color: 328364.
HSL color Cylindrical-coordinate representation of color #AC0205: hue angle of 358.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.33 |
| HSL | 358.94º | 0.98% | 0.34% | - |
| HSV(B) | 358.94º | 0.99% | 0.67% | - |
| XYZ | 17.06 | 8.83 | 0.95 | - |
| YUV | 53.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 5 | 0 | 0.99 | 0.97 | 0.33 | 358.94 | 0.98 | 0.34 |
| Hex | AC | 2 | 5 | 0 | 63 | 61 | 21 | 167 | 62 | 22 |
| Octal | 254 | 2 | 5 | 0 | 143 | 141 | 41 | 547 | 142 | 42 |
| Binary | 10101100 | 10 | 101 | 0 | 1100011 | 1100001 | 100001 | 101100111 | 1100010 | 100010 |
Color Harmonies of #AC0205
Complementary color
Monochromatic Colors of #AC0205
Black with #AC0205
Text Example
Text Example
White with #AC0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0205; }
p { color: rgb(172,2,5); }
H1.HeaderClassName
{
color: #AC0205;
}
.AnyTagClassName
{
color: #AC0205;
}
</style>
background-color css
<style>
a { background-color: #AC0205; }
a { background-color: rgb(172,2,5); }
div.DivClassName
{
background-color: #AC0205;
}
.BgClassName
{
background-color: #AC0205;
}
</style>
border-color css
<style>
span { border-color: #AC0205; }
span { border-color: rgb(172,2,5); }
td.TdClassName
{
border-color: #AC0205;
}
.TagClassName
{
border-color: #AC0205;
}
</style>