Shades of Jazzberry Jam #AD1656
Tints of Jazzberry Jam #AD1656
RGB
CMYK
RGB Variations
Color information
#AD1656 (or 0xAD1656) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 56. RGB value is (173,22,86). Sum of RGB (Red+Green+Blue) = 173+22+86=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1656 is #52E9A9. Grayscale: #4A4A4A. Windows color (decimal): -5433770 or 5641901. OLE color: 5641901.
HSL color Cylindrical-coordinate representation of color #AD1656: hue angle of 334.57º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1656 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 86 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.32 |
| HSL | 334.57º | 0.77% | 0.38% | - |
| HSV(B) | 334.57º | 0.87% | 0.68% | - |
| XYZ | 19.2 | 10.13 | 9.75 | - |
| YUV | 74.45 | 134.53 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 86 | 0 | 0.87 | 0.50 | 0.32 | 334.57 | 0.77 | 0.38 |
| Hex | AD | 16 | 56 | 0 | 57 | 32 | 20 | 14F | 4D | 26 |
| Octal | 255 | 26 | 126 | 0 | 127 | 62 | 40 | 517 | 115 | 46 |
| Binary | 10101101 | 10110 | 1010110 | 0 | 1010111 | 110010 | 100000 | 101001111 | 1001101 | 100110 |
Color Harmonies of #AD1656
Complementary color
Monochromatic Colors of #AD1656
Black with #AD1656
Text Example
Text Example
White with #AD1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1656; }
p { color: rgb(173,22,86); }
H1.HeaderClassName
{
color: #AD1656;
}
.AnyTagClassName
{
color: #AD1656;
}
</style>
background-color css
<style>
a { background-color: #AD1656; }
a { background-color: rgb(173,22,86); }
div.DivClassName
{
background-color: #AD1656;
}
.BgClassName
{
background-color: #AD1656;
}
</style>
border-color css
<style>
span { border-color: #AD1656; }
span { border-color: rgb(173,22,86); }
td.TdClassName
{
border-color: #AD1656;
}
.TagClassName
{
border-color: #AD1656;
}
</style>