#AE1660

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

Shades of Jazzberry Jam #AE1660

Tints of Jazzberry Jam #AE1660

Color information

#AE1660 (or 0xAE1660) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 16 and 60. RGB value is (174,22,96). Sum of RGB (Red+Green+Blue) = 174+22+96=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1660 is #51E99F. Grayscale: #4B4B4B. Windows color (decimal): -5368224 or 6297262. OLE color: 6297262.

HSL color Cylindrical-coordinate representation of color #AE1660: hue angle of 330.79º 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 #AE1660 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1742296-
CMYK00.870.450.32
HSL330.79º77.55%38.43%-
HSV(B)330.79º87.36%68.24%-
XYZ19.8510.4212.03-
YUV75.88139.36197.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=59.59%
G=7.53%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174229600.870.450.32330.7977.5538.43
HexAE16600572D2014b4e26
Octal256261400127554051311646
Binary10101110101101100000010101111011011000001010010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1660; }

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

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

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

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

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

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

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

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