#AA0E6D

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

Shades of Jazzberry Jam #AA0E6D

Tints of Jazzberry Jam #AA0E6D

Color information

#AA0E6D (or 0xAA0E6D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0E and 6D. RGB value is (170,14,109). Sum of RGB (Red+Green+Blue) = 170+14+109=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E6D is #55F192. Grayscale: #474747. Windows color (decimal): -5632403 or 7147178. OLE color: 7147178.

HSL color Cylindrical-coordinate representation of color #AA0E6D: hue angle of 323.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E6D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17014109-
CMYK00.920.360.33
HSL323.46º84.78%36.08%-
HSV(B)323.46º91.76%66.67%-
XYZ19.499.9615.36-
YUV71.47149.18198.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=58.02%
G=4.78%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701410900.920.360.33323.4684.7836.08
HexAAE6D05C24211435524
Octal252161550134444150312544
Binary1010101011101101101010111001001001000011010000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E6D; }

 p { color: rgb(170,14,109); }

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

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

 a { background-color: rgb(170,14,109); }

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

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

 span { border-color: rgb(170,14,109); }

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