Html Css Color HEX #AE154A Jazzberry Jam

📋 copy color: '#AE154A'

red 174 ◦ green 21 ◦ blue 74

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

Shades of Jazzberry Jam #AE154A

Tints of Jazzberry Jam #AE154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 64.68%
G = 7.81%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE154A (or 0xAE154A) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 4A. RGB value is (174,21,74). Sum of RGB (Red+Green+Blue) = 174+21+74=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE154A is #51EAB5. Grayscale: #484848. Windows color (decimal): -5368502 or 4855214. OLE color: 4855214.

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

Color convert

RGB 174 21 74 -
CMYK 0 0.88 0.57 0.32
HSL 339.22º 0.78% 0.38% -
HSV(B) 339.22º 0.88% 0.68% -
XYZ 18.96 10.03 7.42 -
YUV 72.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 174 21 74 0 0.88 0.57 0.32 339.22 0.78 0.38
Hex AE 15 4A 0 58 39 20 153 4E 26
Octal 256 25 112 0 130 71 40 523 116 46
Binary 10101110 10101 1001010 0 1011000 111001 100000 101010011 1001110 100110

Color Harmonies of #AE154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE154A

Black with #AE154A

Text Example


Text Example

White with #AE154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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