Shades of Jazzberry Jam #AD184A
Tints of Jazzberry Jam #AD184A
RGB
CMYK
RGB Variations
Color information
#AD184A (or 0xAD184A) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 4A. RGB value is (173,24,74). Sum of RGB (Red+Green+Blue) = 173+24+74=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD184A is #52E7B5. Grayscale: #4A4A4A. Windows color (decimal): -5433270 or 4855981. OLE color: 4855981.
HSL color Cylindrical-coordinate representation of color #AD184A: hue angle of 339.87º 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 #AD184A is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 74 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.32 |
| HSL | 339.87º | 0.76% | 0.39% | - |
| HSV(B) | 339.87º | 0.86% | 0.68% | - |
| XYZ | 18.8 | 10.03 | 7.42 | - |
| YUV | 74.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 74 | 0 | 0.86 | 0.57 | 0.32 | 339.87 | 0.76 | 0.39 |
| Hex | AD | 18 | 4A | 0 | 56 | 39 | 20 | 154 | 4C | 27 |
| Octal | 255 | 30 | 112 | 0 | 126 | 71 | 40 | 524 | 114 | 47 |
| Binary | 10101101 | 11000 | 1001010 | 0 | 1010110 | 111001 | 100000 | 101010100 | 1001100 | 100111 |
Color Harmonies of #AD184A
Complementary color
Monochromatic Colors of #AD184A
Black with #AD184A
Text Example
Text Example
White with #AD184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD184A; }
p { color: rgb(173,24,74); }
H1.HeaderClassName
{
color: #AD184A;
}
.AnyTagClassName
{
color: #AD184A;
}
</style>
background-color css
<style>
a { background-color: #AD184A; }
a { background-color: rgb(173,24,74); }
div.DivClassName
{
background-color: #AD184A;
}
.BgClassName
{
background-color: #AD184A;
}
</style>
border-color css
<style>
span { border-color: #AD184A; }
span { border-color: rgb(173,24,74); }
td.TdClassName
{
border-color: #AD184A;
}
.TagClassName
{
border-color: #AD184A;
}
</style>