#AE094C

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

Shades of Jazzberry Jam #AE094C

Tints of Jazzberry Jam #AE094C

Color information

#AE094C (or 0xAE094C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 4C. RGB value is (174,9,76). Sum of RGB (Red+Green+Blue) = 174+9+76=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE094C is #51F6B3. Grayscale: #414141. Windows color (decimal): -5371572 or 4983214. OLE color: 4983214.

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

Color convert

RGB174976-
CMYK00.950.560.32
HSL335.64º90.16%35.88%-
HSV(B)335.64º94.83%68.24%-
XYZ18.869.727.72-
YUV65.97133.66205.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=67.18%
G=3.47%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17497600.950.560.32335.6490.1635.88
HexAE94C05F38201505a24
Octal256111140137704052013244
Binary1010111010011001100010111111110001000001010100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE094C; }

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

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

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

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

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

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

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

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