Shades of Sangria #AC0006
Tints of Sangria #AC0006
RGB
CMYK
RGB Variations
Color information
#AC0006 (or 0xAC0006) is known color: Sangria. HEX triplet: AC, 00 and 06. RGB value is (172,0,6). Sum of RGB (Red+Green+Blue) = 172+0+6=178 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.63% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0006 is #53FFF9. Grayscale: #343434. Windows color (decimal): -5505018 or 393388. OLE color: 393388.
HSL color Cylindrical-coordinate representation of color #AC0006: hue angle of 357.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.33 |
| HSL | 357.91º | 1% | 0.34% | - |
| HSV(B) | 357.91º | 1% | 0.67% | - |
| XYZ | 17.05 | 8.78 | 0.97 | - |
| YUV | 52.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 6 | 0 | 1 | 0.97 | 0.33 | 357.91 | 1 | 0.34 |
| Hex | AC | 0 | 6 | 0 | 64 | 61 | 21 | 166 | 64 | 22 |
| Octal | 254 | 0 | 6 | 0 | 144 | 141 | 41 | 546 | 144 | 42 |
| Binary | 10101100 | 0 | 110 | 0 | 1100100 | 1100001 | 100001 | 101100110 | 1100100 | 100010 |
Color Harmonies of #AC0006
Complementary color
Monochromatic Colors of #AC0006
Black with #AC0006
Text Example
Text Example
White with #AC0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0006; }
p { color: rgb(172,0,6); }
H1.HeaderClassName
{
color: #AC0006;
}
.AnyTagClassName
{
color: #AC0006;
}
</style>
background-color css
<style>
a { background-color: #AC0006; }
a { background-color: rgb(172,0,6); }
div.DivClassName
{
background-color: #AC0006;
}
.BgClassName
{
background-color: #AC0006;
}
</style>
border-color css
<style>
span { border-color: #AC0006; }
span { border-color: rgb(172,0,6); }
td.TdClassName
{
border-color: #AC0006;
}
.TagClassName
{
border-color: #AC0006;
}
</style>