Shades of Jazzberry Jam #AA063E
Tints of Jazzberry Jam #AA063E
RGB
CMYK
RGB Variations
Color information
#AA063E (or 0xAA063E) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 3E. RGB value is (170,6,62). Sum of RGB (Red+Green+Blue) = 170+6+62=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA063E is #55F9C1. Grayscale: #3D3D3D. Windows color (decimal): -5634498 or 4064938. OLE color: 4064938.
HSL color Cylindrical-coordinate representation of color #AA063E: hue angle of 339.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA063E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.33 |
| HSL | 339.51º | 0.93% | 0.35% | - |
| HSV(B) | 339.51º | 0.96% | 0.67% | - |
| XYZ | 17.51 | 9.02 | 5.38 | - |
| YUV | 61.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 62 | 0 | 0.96 | 0.64 | 0.33 | 339.51 | 0.93 | 0.35 |
| Hex | AA | 6 | 3E | 0 | 60 | 40 | 21 | 154 | 5D | 23 |
| Octal | 252 | 6 | 76 | 0 | 140 | 100 | 41 | 524 | 135 | 43 |
| Binary | 10101010 | 110 | 111110 | 0 | 1100000 | 1000000 | 100001 | 101010100 | 1011101 | 100011 |
Color Harmonies of #AA063E
Complementary color
Monochromatic Colors of #AA063E
Black with #AA063E
Text Example
Text Example
White with #AA063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA063E; }
p { color: rgb(170,6,62); }
H1.HeaderClassName
{
color: #AA063E;
}
.AnyTagClassName
{
color: #AA063E;
}
</style>
background-color css
<style>
a { background-color: #AA063E; }
a { background-color: rgb(170,6,62); }
div.DivClassName
{
background-color: #AA063E;
}
.BgClassName
{
background-color: #AA063E;
}
</style>
border-color css
<style>
span { border-color: #AA063E; }
span { border-color: rgb(170,6,62); }
td.TdClassName
{
border-color: #AA063E;
}
.TagClassName
{
border-color: #AA063E;
}
</style>