Html Css Color HEX #AE154C Jazzberry Jam

📋 copy color: '#AE154C'

red 174 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #AE154C

Tints of Jazzberry Jam #AE154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 64.21%
G = 7.75%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE154C (or 0xAE154C) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 4C. RGB value is (174,21,76). Sum of RGB (Red+Green+Blue) = 174+21+76=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE154C is #51EAB3. Grayscale: #484848. Windows color (decimal): -5368500 or 4986286. OLE color: 4986286.

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

Color convert

RGB 174 21 76 -
CMYK 0 0.88 0.56 0.32
HSL 338.43º 0.78% 0.38% -
HSV(B) 338.43º 0.88% 0.68% -
XYZ 19.03 10.06 7.78 -
YUV 73.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 174 21 76 0 0.88 0.56 0.32 338.43 0.78 0.38
Hex AE 15 4C 0 58 38 20 152 4E 26
Octal 256 25 114 0 130 70 40 522 116 46
Binary 10101110 10101 1001100 0 1011000 111000 100000 101010010 1001110 100110

Color Harmonies of #AE154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE154C

Black with #AE154C

Text Example


Text Example

White with #AE154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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