#AE1046

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

Shades of Jazzberry Jam #AE1046

Tints of Jazzberry Jam #AE1046

Color information

#AE1046 (or 0xAE1046) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 46. RGB value is (174,16,70). Sum of RGB (Red+Green+Blue) = 174+16+70=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1046 is #51EFB9. Grayscale: #454545. Windows color (decimal): -5369786 or 4591790. OLE color: 4591790.

HSL color Cylindrical-coordinate representation of color #AE1046: hue angle of 339.49º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1046 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1741670-
CMYK00.910.600.32
HSL339.49º83.16%37.25%-
HSV(B)339.49º90.8%68.24%-
XYZ18.759.816.7-
YUV69.4128.35202.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.92%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=66.92%
G=6.15%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174167000.910.600.32339.4983.1637.25
HexAE104605B3C201535325
Octal256201060133744052312345
Binary10101110100001000110010110111111001000001010100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1046; }

 p { color: rgb(174,16,70); }

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

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

 a { background-color: rgb(174,16,70); }

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

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

 span { border-color: rgb(174,16,70); }

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