#AA1552

Color #AA1552 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA1552

Tints of Jazzberry Jam #AA1552

Color information

#AA1552 (or 0xAA1552) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 15 and 52. RGB value is (170,21,82). Sum of RGB (Red+Green+Blue) = 170+21+82=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1552 is #55EAAD. Grayscale: #484848. Windows color (decimal): -5630638 or 5379498. OLE color: 5379498.

HSL color Cylindrical-coordinate representation of color #AA1552: hue angle of 335.44º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1552 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1702182-
CMYK00.880.520.33
HSL335.44º78.01%37.45%-
HSV(B)335.44º87.65%66.67%-
XYZ18.379.698.89-
YUV72.5133.36197.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=62.27%
G=7.69%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170218200.880.520.33335.4478.0137.45
HexAA1552058342114f4e25
Octal252251220130644151711645
Binary10101010101011010010010110001101001000011010011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1552; }

 p { color: rgb(170,21,82); }

 H1.HeaderClassName
 {
   color: #AA1552;
 }
 .AnyTagClassName
 {
   color: #AA1552;
 }
</style>
background-color css

<style>
 a { background-color: #AA1552; }

 a { background-color: rgb(170,21,82); }

 div.DivClassName
 {
   background-color: #AA1552;
 }
 .BgClassName
 {
   background-color: #AA1552;
 }
</style>
border-color css

<style>
 span { border-color: #AA1552; }

 span { border-color: rgb(170,21,82); }

 td.TdClassName
 {
   border-color: #AA1552;
 }
 .TagClassName
 {
   border-color: #AA1552;
 }
</style>