#AE1549

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

Shades of Jazzberry Jam #AE1549

Tints of Jazzberry Jam #AE1549

Color information

#AE1549 (or 0xAE1549) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 49. RGB value is (174,21,73). Sum of RGB (Red+Green+Blue) = 174+21+73=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1549 is #51EAB6. Grayscale: #484848. Windows color (decimal): -5368503 or 4789678. OLE color: 4789678.

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

Color convert

RGB1742173-
CMYK00.880.580.32
HSL339.61º78.46%38.24%-
HSV(B)339.61º87.93%68.24%-
XYZ18.9310.027.24-
YUV72.68128.19200.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.93%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=64.93%
G=7.84%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174217300.880.580.32339.6178.4638.24
HexAE15490583A201544e26
Octal256251110130724052411646
Binary10101110101011001001010110001110101000001010101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1549; }

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

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

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

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

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

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

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

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