Shades of Jazzberry Jam #AC186A
Tints of Jazzberry Jam #AC186A
RGB
CMYK
RGB Variations
Color information
#AC186A (or 0xAC186A) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 6A. RGB value is (172,24,106). Sum of RGB (Red+Green+Blue) = 172+24+106=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC186A is #53E795. Grayscale: #4D4D4D. Windows color (decimal): -5498774 or 6953132. OLE color: 6953132.
HSL color Cylindrical-coordinate representation of color #AC186A: hue angle of 326.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC186A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 106 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.33 |
| HSL | 326.76º | 0.76% | 0.38% | - |
| HSV(B) | 326.76º | 0.86% | 0.67% | - |
| XYZ | 19.94 | 10.46 | 14.6 | - |
| YUV | 77.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 106 | 0 | 0.86 | 0.38 | 0.33 | 326.76 | 0.76 | 0.38 |
| Hex | AC | 18 | 6A | 0 | 56 | 26 | 21 | 147 | 4C | 26 |
| Octal | 254 | 30 | 152 | 0 | 126 | 46 | 41 | 507 | 114 | 46 |
| Binary | 10101100 | 11000 | 1101010 | 0 | 1010110 | 100110 | 100001 | 101000111 | 1001100 | 100110 |
Color Harmonies of #AC186A
Complementary color
Monochromatic Colors of #AC186A
Black with #AC186A
Text Example
Text Example
White with #AC186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC186A; }
p { color: rgb(172,24,106); }
H1.HeaderClassName
{
color: #AC186A;
}
.AnyTagClassName
{
color: #AC186A;
}
</style>
background-color css
<style>
a { background-color: #AC186A; }
a { background-color: rgb(172,24,106); }
div.DivClassName
{
background-color: #AC186A;
}
.BgClassName
{
background-color: #AC186A;
}
</style>
border-color css
<style>
span { border-color: #AC186A; }
span { border-color: rgb(172,24,106); }
td.TdClassName
{
border-color: #AC186A;
}
.TagClassName
{
border-color: #AC186A;
}
</style>