#aa1649

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

Shades of Jazzberry Jam #AA1649

Tints of Jazzberry Jam #AA1649

Color information

#AA1649 (or 0xAA1649) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 16 and 49. RGB value is (170,22,73). Sum of RGB (Red+Green+Blue) = 170+22+73=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1649 is #55E9B6. Grayscale: #484848. Windows color (decimal): -5630391 or 4789930. OLE color: 4789930.

HSL color Cylindrical-coordinate representation of color #AA1649: hue angle of 339.32º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1649 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1702273-
CMYK00.870.570.33
HSL339.32º77.08%37.65%-
HSV(B)339.32º87.06%66.67%-
XYZ18.079.67.2-
YUV72.07128.53197.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=64.15%
G=8.30%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170227300.870.570.33339.3277.0837.65
HexAA164905739211534d26
Octal252261110127714152311546
Binary10101010101101001001010101111110011000011010100111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1649; }

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

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

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

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

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

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

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

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