#AE004C

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

Shades of Jazzberry Jam #AE004C

Tints of Jazzberry Jam #AE004C

Color information

#AE004C (or 0xAE004C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 4C. RGB value is (174,0,76). Sum of RGB (Red+Green+Blue) = 174+0+76=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE004C is #51FFB3. Grayscale: #3C3C3C. Windows color (decimal): -5373876 or 4980910. OLE color: 4980910.

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

Color convert

RGB174076-
CMYK010.560.32
HSL333.79º100%34.12%-
HSV(B)333.79º100%68.24%-
XYZ18.769.527.69-
YUV60.69136.65208.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=69.6%
G=0%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174076010.560.32333.7910034.12
HexAE04C064382014e6422
Octal25601140144704051614442
Binary1010111001001100011001001110001000001010011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE004C; }

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

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

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

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

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

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

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

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