#AE0D5C

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

Shades of Jazzberry Jam #AE0D5C

Tints of Jazzberry Jam #AE0D5C

Color information

#AE0D5C (or 0xAE0D5C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0D and 5C. RGB value is (174,13,92). Sum of RGB (Red+Green+Blue) = 174+13+92=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D5C is #51F2A3. Grayscale: #454545. Windows color (decimal): -5370532 or 6032814. OLE color: 6032814.

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

Color convert

RGB1741392-
CMYK00.930.470.32
HSL330.56º86.1%36.67%-
HSV(B)330.56º92.53%68.24%-
XYZ19.5310.0611.04-
YUV70.14140.34202.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=62.37%
G=4.66%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174139200.930.470.32330.5686.136.67
HexAED5C05D2F2014b5625
Octal256151340135574051312645
Binary1010111011011011100010111011011111000001010010111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D5C; }

 p { color: rgb(174,13,92); }

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

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

 a { background-color: rgb(174,13,92); }

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

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

 span { border-color: rgb(174,13,92); }

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