#AE024C

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

Shades of Jazzberry Jam #AE024C

Tints of Jazzberry Jam #AE024C

Color information

#AE024C (or 0xAE024C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 02 and 4C. RGB value is (174,2,76). Sum of RGB (Red+Green+Blue) = 174+2+76=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE024C is #51FDB3. Grayscale: #3D3D3D. Windows color (decimal): -5373364 or 4981422. OLE color: 4981422.

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

Color convert

RGB174276-
CMYK00.990.560.32
HSL334.19º97.73%34.51%-
HSV(B)334.19º98.85%68.24%-
XYZ18.789.567.69-
YUV61.86135.98207.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.05%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=69.05%
G=0.79%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17427600.990.560.32334.1997.7334.51
HexAE24C063382014e6223
Octal25621140143704051614243
Binary10101110101001100011000111110001000001010011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE024C; }

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

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

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

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

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

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

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

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