#AE0966

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

Shades of Jazzberry Jam #AE0966

Tints of Jazzberry Jam #AE0966

Color information

#AE0966 (or 0xAE0966) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 66. RGB value is (174,9,102). Sum of RGB (Red+Green+Blue) = 174+9+102=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0966 is #51F699. Grayscale: #444444. Windows color (decimal): -5371546 or 6687150. OLE color: 6687150.

HSL color Cylindrical-coordinate representation of color #AE0966: hue angle of 326.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0966 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB1749102-
CMYK00.950.410.32
HSL326.18º90.16%35.88%-
HSV(B)326.18º94.83%68.24%-
XYZ19.9510.1513.48-
YUV68.94146.66202.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=61.05%
G=3.16%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174910200.950.410.32326.1890.1635.88
HexAE96605F29201465a24
Octal256111460137514050613244
Binary1010111010011100110010111111010011000001010001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0966; }

 p { color: rgb(174,9,102); }

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

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

 a { background-color: rgb(174,9,102); }

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

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

 span { border-color: rgb(174,9,102); }

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