#AE134C

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

Shades of Jazzberry Jam #AE134C

Tints of Jazzberry Jam #AE134C

Color information

#AE134C (or 0xAE134C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 4C. RGB value is (174,19,76). Sum of RGB (Red+Green+Blue) = 174+19+76=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE134C is #51ECB3. Grayscale: #474747. Windows color (decimal): -5369012 or 4985774. OLE color: 4985774.

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

Color convert

RGB1741976-
CMYK00.890.560.32
HSL337.94º80.31%37.84%-
HSV(B)337.94º89.08%68.24%-
XYZ18.999.997.76-
YUV71.84130.35200.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=64.68%
G=7.06%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174197600.890.560.32337.9480.3137.84
HexAE134C05938201525026
Octal256231140131704052212046
Binary10101110100111001100010110011110001000001010100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE134C; }

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

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

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

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

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

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

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

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