Shades of Jazzberry Jam #AC164A
Tints of Jazzberry Jam #AC164A
RGB
CMYK
RGB Variations
Color information
#AC164A (or 0xAC164A) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 4A. RGB value is (172,22,74). Sum of RGB (Red+Green+Blue) = 172+22+74=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC164A is #53E9B5. Grayscale: #484848. Windows color (decimal): -5499318 or 4855468. OLE color: 4855468.
HSL color Cylindrical-coordinate representation of color #AC164A: hue angle of 339.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC164A is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 74 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.33 |
| HSL | 339.2º | 0.77% | 0.38% | - |
| HSV(B) | 339.2º | 0.87% | 0.67% | - |
| XYZ | 18.54 | 9.84 | 7.4 | - |
| YUV | 72.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 74 | 0 | 0.87 | 0.57 | 0.33 | 339.2 | 0.77 | 0.38 |
| Hex | AC | 16 | 4A | 0 | 57 | 39 | 21 | 153 | 4D | 26 |
| Octal | 254 | 26 | 112 | 0 | 127 | 71 | 41 | 523 | 115 | 46 |
| Binary | 10101100 | 10110 | 1001010 | 0 | 1010111 | 111001 | 100001 | 101010011 | 1001101 | 100110 |
Color Harmonies of #AC164A
Complementary color
Monochromatic Colors of #AC164A
Black with #AC164A
Text Example
Text Example
White with #AC164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC164A; }
p { color: rgb(172,22,74); }
H1.HeaderClassName
{
color: #AC164A;
}
.AnyTagClassName
{
color: #AC164A;
}
</style>
background-color css
<style>
a { background-color: #AC164A; }
a { background-color: rgb(172,22,74); }
div.DivClassName
{
background-color: #AC164A;
}
.BgClassName
{
background-color: #AC164A;
}
</style>
border-color css
<style>
span { border-color: #AC164A; }
span { border-color: rgb(172,22,74); }
td.TdClassName
{
border-color: #AC164A;
}
.TagClassName
{
border-color: #AC164A;
}
</style>