#AE076D

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

Shades of Jazzberry Jam #AE076D

Tints of Jazzberry Jam #AE076D

Color information

#AE076D (or 0xAE076D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 07 and 6D. RGB value is (174,7,109). Sum of RGB (Red+Green+Blue) = 174+7+109=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE076D is #51F892. Grayscale: #444444. Windows color (decimal): -5372051 or 7145390. OLE color: 7145390.

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

Color convert

RGB1747109-
CMYK00.960.370.32
HSL323.35º92.27%35.49%-
HSV(B)323.35º95.98%68.24%-
XYZ20.2910.2515.38-
YUV68.56150.83203.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=60%
G=2.41%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174710900.960.370.32323.3592.2735.49
HexAE76D06025201435c23
Octal25671550140454050313443
Binary101011101111101101011000001001011000001010000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE076D; }

 p { color: rgb(174,7,109); }

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

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

 a { background-color: rgb(174,7,109); }

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

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

 span { border-color: rgb(174,7,109); }

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