Shades of Jazzberry Jam #AC0846
Tints of Jazzberry Jam #AC0846
RGB
CMYK
RGB Variations
Color information
#AC0846 (or 0xAC0846) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 46. RGB value is (172,8,70). Sum of RGB (Red+Green+Blue) = 172+8+70=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0846 is #53F7B9. Grayscale: #404040. Windows color (decimal): -5502906 or 4589740. OLE color: 4589740.
HSL color Cylindrical-coordinate representation of color #AC0846: hue angle of 337.32º degrees, saturation: 0.91, 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 #AC0846 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 70 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.33 |
| HSL | 337.32º | 0.91% | 0.35% | - |
| HSV(B) | 337.32º | 0.95% | 0.67% | - |
| XYZ | 18.21 | 9.39 | 6.65 | - |
| YUV | 64.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 70 | 0 | 0.95 | 0.59 | 0.33 | 337.32 | 0.91 | 0.35 |
| Hex | AC | 8 | 46 | 0 | 5F | 3B | 21 | 151 | 5B | 23 |
| Octal | 254 | 10 | 106 | 0 | 137 | 73 | 41 | 521 | 133 | 43 |
| Binary | 10101100 | 1000 | 1000110 | 0 | 1011111 | 111011 | 100001 | 101010001 | 1011011 | 100011 |
Color Harmonies of #AC0846
Complementary color
Monochromatic Colors of #AC0846
Black with #AC0846
Text Example
Text Example
White with #AC0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0846; }
p { color: rgb(172,8,70); }
H1.HeaderClassName
{
color: #AC0846;
}
.AnyTagClassName
{
color: #AC0846;
}
</style>
background-color css
<style>
a { background-color: #AC0846; }
a { background-color: rgb(172,8,70); }
div.DivClassName
{
background-color: #AC0846;
}
.BgClassName
{
background-color: #AC0846;
}
</style>
border-color css
<style>
span { border-color: #AC0846; }
span { border-color: rgb(172,8,70); }
td.TdClassName
{
border-color: #AC0846;
}
.TagClassName
{
border-color: #AC0846;
}
</style>