#AE154E

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

Shades of Jazzberry Jam #AE154E

Tints of Jazzberry Jam #AE154E

Color information

#AE154E (or 0xAE154E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 4E. RGB value is (174,21,78). Sum of RGB (Red+Green+Blue) = 174+21+78=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE154E is #51EAB1. Grayscale: #494949. Windows color (decimal): -5368498 or 5117358. OLE color: 5117358.

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

Color convert

RGB1742178-
CMYK00.880.550.32
HSL337.65º78.46%38.24%-
HSV(B)337.65º87.93%68.24%-
XYZ19.110.098.15-
YUV73.24130.69199.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=63.74%
G=7.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174217800.880.550.32337.6578.4638.24
HexAE154E05837201524e26
Octal256251160130674052211646
Binary10101110101011001110010110001101111000001010100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE154E; }

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

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

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

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

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

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

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

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