#AE104C

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

Shades of Jazzberry Jam #AE104C

Tints of Jazzberry Jam #AE104C

Color information

#AE104C (or 0xAE104C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 4C. RGB value is (174,16,76). Sum of RGB (Red+Green+Blue) = 174+16+76=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE104C is #51EFB3. Grayscale: #464646. Windows color (decimal): -5369780 or 4985006. OLE color: 4985006.

HSL color Cylindrical-coordinate representation of color #AE104C: hue angle of 337.22º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE104C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1741676-
CMYK00.910.560.32
HSL337.22º83.16%37.25%-
HSV(B)337.22º90.8%68.24%-
XYZ18.959.897.75-
YUV70.08131.35202.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.41%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=65.41%
G=6.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174167600.910.560.32337.2283.1637.25
HexAE104C05B38201515325
Octal256201140133704052112345
Binary10101110100001001100010110111110001000001010100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE104C; }

 p { color: rgb(174,16,76); }

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

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

 a { background-color: rgb(174,16,76); }

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

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

 span { border-color: rgb(174,16,76); }

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