#AE2360

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

Shades of Jazzberry Jam #AE2360

Tints of Jazzberry Jam #AE2360

Color information

#AE2360 (or 0xAE2360) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 23 and 60. RGB value is (174,35,96). Sum of RGB (Red+Green+Blue) = 174+35+96=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2360 is #51DC9F. Grayscale: #535353. Windows color (decimal): -5364896 or 6300590. OLE color: 6300590.

HSL color Cylindrical-coordinate representation of color #AE2360: hue angle of 333.67º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2360 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1743596-
CMYK00.800.450.32
HSL333.67º66.51%40.98%-
HSV(B)333.67º79.89%68.24%-
XYZ20.1711.0512.14-
YUV83.52135.05192.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=57.05%
G=11.48%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174359600.800.450.32333.6766.5140.98
HexAE23600502D2014e4329
Octal256431400120554051610351
Binary101011101000111100000010100001011011000001010011101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2360; }

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

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

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

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

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

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

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

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