#AE1659

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

Shades of Jazzberry Jam #AE1659

Tints of Jazzberry Jam #AE1659

Color information

#AE1659 (or 0xAE1659) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 16 and 59. RGB value is (174,22,89). Sum of RGB (Red+Green+Blue) = 174+22+89=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1659 is #51E9A6. Grayscale: #4A4A4A. Windows color (decimal): -5368231 or 5838510. OLE color: 5838510.

HSL color Cylindrical-coordinate representation of color #AE1659: hue angle of 333.55º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1659 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1742289-
CMYK00.870.490.32
HSL333.55º77.55%38.43%-
HSV(B)333.55º87.36%68.24%-
XYZ19.5510.2910.41-
YUV75.09135.86198.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=61.05%
G=7.72%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174228900.870.490.32333.5577.5538.43
HexAE1659057312014e4e26
Octal256261310127614051611646
Binary10101110101101011001010101111100011000001010011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1659; }

 p { color: rgb(174,22,89); }

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

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

 a { background-color: rgb(174,22,89); }

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

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

 span { border-color: rgb(174,22,89); }

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