#AA1C56

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

Shades of Jazzberry Jam #AA1C56

Tints of Jazzberry Jam #AA1C56

Color information

#AA1C56 (or 0xAA1C56) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 56. RGB value is (170,28,86). Sum of RGB (Red+Green+Blue) = 170+28+86=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C56 is #55E3A9. Grayscale: #4C4C4C. Windows color (decimal): -5628842 or 5643434. OLE color: 5643434.

HSL color Cylindrical-coordinate representation of color #AA1C56: hue angle of 335.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C56 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1702886-
CMYK00.840.490.33
HSL335.49º71.72%38.82%-
HSV(B)335.49º83.53%66.67%-
XYZ18.6710.059.76-
YUV77.07133.04194.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=59.86%
G=9.86%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170288600.840.490.33335.4971.7238.82
HexAA1C56054312114f4827
Octal252341260124614151711047
Binary10101010111001010110010101001100011000011010011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C56; }

 p { color: rgb(170,28,86); }

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

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

 a { background-color: rgb(170,28,86); }

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

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

 span { border-color: rgb(170,28,86); }

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