#AA1549

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

Shades of Jazzberry Jam #AA1549

Tints of Jazzberry Jam #AA1549

Color information

#AA1549 (or 0xAA1549) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 15 and 49. RGB value is (170,21,73). Sum of RGB (Red+Green+Blue) = 170+21+73=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1549 is #55EAB6. Grayscale: #474747. Windows color (decimal): -5630647 or 4789674. OLE color: 4789674.

HSL color Cylindrical-coordinate representation of color #AA1549: hue angle of 339.06º 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 #AA1549 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1702173-
CMYK00.880.570.33
HSL339.06º78.01%37.45%-
HSV(B)339.06º87.65%66.67%-
XYZ18.059.567.2-
YUV71.48128.86198.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=64.39%
G=7.95%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170217300.880.570.33339.0678.0137.45
HexAA154905839211534e25
Octal252251110130714152311645
Binary10101010101011001001010110001110011000011010100111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1549; }

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

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

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

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

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

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

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

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