Html Css Color HEX #AE174C Jazzberry Jam

📋 copy color: '#AE174C'

red 174 ◦ green 23 ◦ blue 76

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

Shades of Jazzberry Jam #AE174C

Tints of Jazzberry Jam #AE174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 63.74%
G = 8.42%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE174C (or 0xAE174C) is known color: Jazzberry Jam. HEX triplet: AE, 17 and 4C. RGB value is (174,23,76). Sum of RGB (Red+Green+Blue) = 174+23+76=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE174C is #51E8B3. Grayscale: #4A4A4A. Windows color (decimal): -5367988 or 4986798. OLE color: 4986798.

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

Color convert

RGB 174 23 76 -
CMYK 0 0.87 0.56 0.32
HSL 338.94º 0.77% 0.39% -
HSV(B) 338.94º 0.87% 0.68% -
XYZ 19.07 10.13 7.79 -
YUV 74.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 174 23 76 0 0.87 0.56 0.32 338.94 0.77 0.39
Hex AE 17 4C 0 57 38 20 153 4D 27
Octal 256 27 114 0 127 70 40 523 115 47
Binary 10101110 10111 1001100 0 1010111 111000 100000 101010011 1001101 100111

Color Harmonies of #AE174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE174C

Black with #AE174C

Text Example


Text Example

White with #AE174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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