Shades of Jazzberry Jam #AD164B
Tints of Jazzberry Jam #AD164B
RGB
CMYK
RGB Variations
Color information
#AD164B (or 0xAD164B) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 4B. RGB value is (173,22,75). Sum of RGB (Red+Green+Blue) = 173+22+75=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD164B is #52E9B4. Grayscale: #494949. Windows color (decimal): -5433781 or 4921005. OLE color: 4921005.
HSL color Cylindrical-coordinate representation of color #AD164B: hue angle of 338.94º 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 #AD164B is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 75 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.32 |
| HSL | 338.94º | 0.77% | 0.38% | - |
| HSV(B) | 338.94º | 0.87% | 0.68% | - |
| XYZ | 18.79 | 9.97 | 7.59 | - |
| YUV | 73.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 75 | 0 | 0.87 | 0.57 | 0.32 | 338.94 | 0.77 | 0.38 |
| Hex | AD | 16 | 4B | 0 | 57 | 39 | 20 | 153 | 4D | 26 |
| Octal | 255 | 26 | 113 | 0 | 127 | 71 | 40 | 523 | 115 | 46 |
| Binary | 10101101 | 10110 | 1001011 | 0 | 1010111 | 111001 | 100000 | 101010011 | 1001101 | 100110 |
Color Harmonies of #AD164B
Complementary color
Monochromatic Colors of #AD164B
Black with #AD164B
Text Example
Text Example
White with #AD164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD164B; }
p { color: rgb(173,22,75); }
H1.HeaderClassName
{
color: #AD164B;
}
.AnyTagClassName
{
color: #AD164B;
}
</style>
background-color css
<style>
a { background-color: #AD164B; }
a { background-color: rgb(173,22,75); }
div.DivClassName
{
background-color: #AD164B;
}
.BgClassName
{
background-color: #AD164B;
}
</style>
border-color css
<style>
span { border-color: #AD164B; }
span { border-color: rgb(173,22,75); }
td.TdClassName
{
border-color: #AD164B;
}
.TagClassName
{
border-color: #AD164B;
}
</style>