#AE024D

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

Shades of Jazzberry Jam #AE024D

Tints of Jazzberry Jam #AE024D

Color information

#AE024D (or 0xAE024D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 02 and 4D. RGB value is (174,2,77). Sum of RGB (Red+Green+Blue) = 174+2+77=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE024D is #51FDB2. Grayscale: #3D3D3D. Windows color (decimal): -5373363 or 5046958. OLE color: 5046958.

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

Color convert

RGB174277-
CMYK00.990.560.32
HSL333.84º97.73%34.51%-
HSV(B)333.84º98.85%68.24%-
XYZ18.829.587.88-
YUV61.98136.48207.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=68.77%
G=0.79%
B=30.43%

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
Decimal17427700.990.560.32333.8497.7334.51
HexAE24D063382014e6223
Octal25621150143704051614243
Binary10101110101001101011000111110001000001010011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE024D; }

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

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

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

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

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

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

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

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