#AE1056

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

Shades of Jazzberry Jam #AE1056

Tints of Jazzberry Jam #AE1056

Color information

#AE1056 (or 0xAE1056) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 56. RGB value is (174,16,86). Sum of RGB (Red+Green+Blue) = 174+16+86=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1056 is #51EFA9. Grayscale: #474747. Windows color (decimal): -5369770 or 5640366. OLE color: 5640366.

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

Color convert

RGB1741686-
CMYK00.910.510.32
HSL333.42º83.16%37.25%-
HSV(B)333.42º90.8%68.24%-
XYZ19.3210.049.72-
YUV71.22136.35201.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=63.04%
G=5.80%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174168600.910.510.32333.4283.1637.25
HexAE105605B332014d5325
Octal256201260133634051512345
Binary10101110100001010110010110111100111000001010011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1056; }

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

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

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

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

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

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

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

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