#AE0656

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

Shades of Jazzberry Jam #AE0656

Tints of Jazzberry Jam #AE0656

Color information

#AE0656 (or 0xAE0656) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 06 and 56. RGB value is (174,6,86). Sum of RGB (Red+Green+Blue) = 174+6+86=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0656 is #51F9A9. Grayscale: #414141. Windows color (decimal): -5372330 or 5637806. OLE color: 5637806.

HSL color Cylindrical-coordinate representation of color #AE0656: hue angle of 331.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0656 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB174686-
CMYK00.970.510.32
HSL331.43º93.33%35.29%-
HSV(B)331.43º96.55%68.24%-
XYZ19.29.89.68-
YUV65.35139.66205.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.41%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=65.41%
G=2.26%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17468600.970.510.32331.4393.3335.29
HexAE656061332014b5d23
Octal25661260141634051313543
Binary101011101101010110011000011100111000001010010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0656; }

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

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

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

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

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

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

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

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