#AA1346

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

Shades of Jazzberry Jam #AA1346

Tints of Jazzberry Jam #AA1346

Color information

#AA1346 (or 0xAA1346) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 46. RGB value is (170,19,70). Sum of RGB (Red+Green+Blue) = 170+19+70=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1346 is #55ECB9. Grayscale: #454545. Windows color (decimal): -5631162 or 4592554. OLE color: 4592554.

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

Color convert

RGB1701970-
CMYK00.890.590.33
HSL339.74º79.89%37.06%-
HSV(B)339.74º88.82%66.67%-
XYZ17.929.456.67-
YUV69.96128.03199.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.64%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=65.64%
G=7.34%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170197000.890.590.33339.7479.8937.06
HexAA13460593B211545025
Octal252231060131734152412045
Binary10101010100111000110010110011110111000011010101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1346; }

 p { color: rgb(170,19,70); }

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

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

 a { background-color: rgb(170,19,70); }

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

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

 span { border-color: rgb(170,19,70); }

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