#AA0845

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

Shades of Jazzberry Jam #AA0845

Tints of Jazzberry Jam #AA0845

Color information

#AA0845 (or 0xAA0845) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 08 and 45. RGB value is (170,8,69). Sum of RGB (Red+Green+Blue) = 170+8+69=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0845 is #55F7BA. Grayscale: #3F3F3F. Windows color (decimal): -5633979 or 4524202. OLE color: 4524202.

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

Color convert

RGB170869-
CMYK00.950.590.33
HSL337.41º91.01%34.9%-
HSV(B)337.41º95.29%66.67%-
XYZ17.749.156.46-
YUV63.39131.17204.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=68.83%
G=3.24%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17086900.950.590.33337.4191.0134.9
HexAA84505F3B211515b23
Octal252101050137734152113343
Binary1010101010001000101010111111110111000011010100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0845; }

 p { color: rgb(170,8,69); }

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

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

 a { background-color: rgb(170,8,69); }

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

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

 span { border-color: rgb(170,8,69); }

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