Html Css Color HEX #AE044C Jazzberry Jam

📋 copy color: '#AE044C'

red 174 ◦ green 4 ◦ blue 76

#AE044C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE044C

Tints of Jazzberry Jam #AE044C

RGB

 RED value IS 174 (68.36% from 255) = 68.5%

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 68.5%
G = 1.57%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE044C (or 0xAE044C) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 4C. RGB value is (174,4,76). Sum of RGB (Red+Green+Blue) = 174+4+76=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE044C is #51FBB3. Grayscale: #3E3E3E. Windows color (decimal): -5372852 or 4981934. OLE color: 4981934.

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

Color convert

RGB 174 4 76 -
CMYK 0 0.98 0.56 0.32
HSL 334.59º 0.96% 0.35% -
HSV(B) 334.59º 0.98% 0.68% -
XYZ 18.8 9.61 7.7 -
YUV 63.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 174 4 76 0 0.98 0.56 0.32 334.59 0.96 0.35
Hex AE 4 4C 0 62 38 20 14F 60 23
Octal 256 4 114 0 142 70 40 517 140 43
Binary 10101110 100 1001100 0 1100010 111000 100000 101001111 1100000 100011

Color Harmonies of #AE044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE044C

Black with #AE044C

Text Example


Text Example

White with #AE044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE044C; }

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

 H1.HeaderClassName
 {
   color: #AE044C;
 }
 .AnyTagClassName
 {
   color: #AE044C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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