#AE194C

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

Shades of Jazzberry Jam #AE194C

Tints of Jazzberry Jam #AE194C

Color information

#AE194C (or 0xAE194C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 19 and 4C. RGB value is (174,25,76). Sum of RGB (Red+Green+Blue) = 174+25+76=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE194C is #51E6B3. Grayscale: #4B4B4B. Windows color (decimal): -5367476 or 4987310. OLE color: 4987310.

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

Color convert

RGB1742576-
CMYK00.860.560.32
HSL339.46º74.87%39.02%-
HSV(B)339.46º85.63%68.24%-
XYZ19.1110.227.8-
YUV75.36128.36198.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=63.27%
G=9.09%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174257600.860.560.32339.4674.8739.02
HexAE194C05638201534b27
Octal256311140126704052311347
Binary10101110110011001100010101101110001000001010100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE194C; }

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

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

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

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

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

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

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

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