#AE1347

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

Shades of Jazzberry Jam #AE1347

Tints of Jazzberry Jam #AE1347

Color information

#AE1347 (or 0xAE1347) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 47. RGB value is (174,19,71). Sum of RGB (Red+Green+Blue) = 174+19+71=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1347 is #51ECB8. Grayscale: #474747. Windows color (decimal): -5369017 or 4658094. OLE color: 4658094.

HSL color Cylindrical-coordinate representation of color #AE1347: hue angle of 339.87º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1347 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1741971-
CMYK00.890.590.32
HSL339.87º80.31%37.84%-
HSV(B)339.87º89.08%68.24%-
XYZ18.839.926.88-
YUV71.27127.85201.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=65.91%
G=7.20%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174197100.890.590.32339.8780.3137.84
HexAE13470593B201545026
Octal256231070131734052412046
Binary10101110100111000111010110011110111000001010101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1347; }

 p { color: rgb(174,19,71); }

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

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

 a { background-color: rgb(174,19,71); }

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

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

 span { border-color: rgb(174,19,71); }

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