#AE034A

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

Shades of Jazzberry Jam #AE034A

Tints of Jazzberry Jam #AE034A

Color information

#AE034A (or 0xAE034A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 03 and 4A. RGB value is (174,3,74). Sum of RGB (Red+Green+Blue) = 174+3+74=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE034A is #51FCB5. Grayscale: #3E3E3E. Windows color (decimal): -5373110 or 4850606. OLE color: 4850606.

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

Color convert

RGB174374-
CMYK00.980.570.32
HSL335.09º96.61%34.71%-
HSV(B)335.09º98.28%68.24%-
XYZ18.729.567.34-
YUV62.22134.65207.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=69.32%
G=1.20%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17437400.980.570.32335.0996.6134.71
HexAE34A062392014f6123
Octal25631120142714051714143
Binary10101110111001010011000101110011000001010011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE034A; }

 p { color: rgb(174,3,74); }

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

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

 a { background-color: rgb(174,3,74); }

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

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

 span { border-color: rgb(174,3,74); }

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