#AE065D

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

Shades of Jazzberry Jam #AE065D

Tints of Jazzberry Jam #AE065D

Color information

#AE065D (or 0xAE065D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 06 and 5D. RGB value is (174,6,93). Sum of RGB (Red+Green+Blue) = 174+6+93=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE065D is #51F9A2. Grayscale: #414141. Windows color (decimal): -5372323 or 6096558. OLE color: 6096558.

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

Color convert

RGB174693-
CMYK00.970.470.32
HSL328.93º93.33%35.29%-
HSV(B)328.93º96.55%68.24%-
XYZ19.59.9211.24-
YUV66.15143.16204.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=63.74%
G=2.20%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17469300.970.470.32328.9393.3335.29
HexAE65D0612F201495d23
Octal25661350141574051113543
Binary101011101101011101011000011011111000001010010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE065D; }

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

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

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

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

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

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

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

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