Shades of Jazzberry Jam #AA0945
Tints of Jazzberry Jam #AA0945
RGB
CMYK
RGB Variations
Color information
#AA0945 (or 0xAA0945) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 45. RGB value is (170,9,69). Sum of RGB (Red+Green+Blue) = 170+9+69=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0945 is #55F6BA. Grayscale: #3F3F3F. Windows color (decimal): -5633723 or 4524458. OLE color: 4524458.
HSL color Cylindrical-coordinate representation of color #AA0945: hue angle of 337.64º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0945 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 69 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.33 |
| HSL | 337.64º | 0.9% | 0.35% | - |
| HSV(B) | 337.64º | 0.95% | 0.67% | - |
| XYZ | 17.75 | 9.17 | 6.46 | - |
| YUV | 63.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 69 | 0 | 0.95 | 0.59 | 0.33 | 337.64 | 0.9 | 0.35 |
| Hex | AA | 9 | 45 | 0 | 5F | 3B | 21 | 152 | 5A | 23 |
| Octal | 252 | 11 | 105 | 0 | 137 | 73 | 41 | 522 | 132 | 43 |
| Binary | 10101010 | 1001 | 1000101 | 0 | 1011111 | 111011 | 100001 | 101010010 | 1011010 | 100011 |
Color Harmonies of #AA0945
Complementary color
Monochromatic Colors of #AA0945
Black with #AA0945
Text Example
Text Example
White with #AA0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0945; }
p { color: rgb(170,9,69); }
H1.HeaderClassName
{
color: #AA0945;
}
.AnyTagClassName
{
color: #AA0945;
}
</style>
background-color css
<style>
a { background-color: #AA0945; }
a { background-color: rgb(170,9,69); }
div.DivClassName
{
background-color: #AA0945;
}
.BgClassName
{
background-color: #AA0945;
}
</style>
border-color css
<style>
span { border-color: #AA0945; }
span { border-color: rgb(170,9,69); }
td.TdClassName
{
border-color: #AA0945;
}
.TagClassName
{
border-color: #AA0945;
}
</style>