#AE154A

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

Shades of Jazzberry Jam #AE154A

Tints of Jazzberry Jam #AE154A

Color information

#AE154A (or 0xAE154A) is unknown color: approx 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

RGB1742174-
CMYK00.880.570.32
HSL339.22º78.46%38.24%-
HSV(B)339.22º87.93%68.24%-
XYZ18.9610.037.42-
YUV72.79128.69200.19-

RGB Variations

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

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.30% from 255) = 27.51%
R=64.68%
G=7.81%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174217400.880.570.32339.2278.4638.24
HexAE154A05839201534e26
Octal256251120130714052311646
Binary10101110101011001010010110001110011000001010100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>