Shades of Jazzberry Jam #AD184C
Tints of Jazzberry Jam #AD184C
RGB
CMYK
RGB Variations
Color information
#AD184C (or 0xAD184C) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 4C. RGB value is (173,24,76). Sum of RGB (Red+Green+Blue) = 173+24+76=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD184C is #52E7B3. Grayscale: #4A4A4A. Windows color (decimal): -5433268 or 4987053. OLE color: 4987053.
HSL color Cylindrical-coordinate representation of color #AD184C: hue angle of 339.06º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD184C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 76 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.32 |
| HSL | 339.06º | 0.76% | 0.39% | - |
| HSV(B) | 339.06º | 0.86% | 0.68% | - |
| XYZ | 18.86 | 10.06 | 7.78 | - |
| YUV | 74.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 76 | 0 | 0.86 | 0.56 | 0.32 | 339.06 | 0.76 | 0.39 |
| Hex | AD | 18 | 4C | 0 | 56 | 38 | 20 | 153 | 4C | 27 |
| Octal | 255 | 30 | 114 | 0 | 126 | 70 | 40 | 523 | 114 | 47 |
| Binary | 10101101 | 11000 | 1001100 | 0 | 1010110 | 111000 | 100000 | 101010011 | 1001100 | 100111 |
Color Harmonies of #AD184C
Complementary color
Monochromatic Colors of #AD184C
Black with #AD184C
Text Example
Text Example
White with #AD184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD184C; }
p { color: rgb(173,24,76); }
H1.HeaderClassName
{
color: #AD184C;
}
.AnyTagClassName
{
color: #AD184C;
}
</style>
background-color css
<style>
a { background-color: #AD184C; }
a { background-color: rgb(173,24,76); }
div.DivClassName
{
background-color: #AD184C;
}
.BgClassName
{
background-color: #AD184C;
}
</style>
border-color css
<style>
span { border-color: #AD184C; }
span { border-color: rgb(173,24,76); }
td.TdClassName
{
border-color: #AD184C;
}
.TagClassName
{
border-color: #AD184C;
}
</style>