#AE1860

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

Shades of Jazzberry Jam #AE1860

Tints of Jazzberry Jam #AE1860

Color information

#AE1860 (or 0xAE1860) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 18 and 60. RGB value is (174,24,96). Sum of RGB (Red+Green+Blue) = 174+24+96=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1860 is #51E79F. Grayscale: #4C4C4C. Windows color (decimal): -5367712 or 6297774. OLE color: 6297774.

HSL color Cylindrical-coordinate representation of color #AE1860: hue angle of 331.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1860 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1742496-
CMYK00.860.450.32
HSL331.2º75.76%38.82%-
HSV(B)331.2º86.21%68.24%-
XYZ19.8910.512.04-
YUV77.06138.7197.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=59.18%
G=8.16%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174249600.860.450.32331.275.7638.82
HexAE18600562D2014b4c27
Octal256301400126554051311447
Binary10101110110001100000010101101011011000001010010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1860; }

 p { color: rgb(174,24,96); }

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

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

 a { background-color: rgb(174,24,96); }

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

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

 span { border-color: rgb(174,24,96); }

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