#AE0C4A

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

Shades of Jazzberry Jam #AE0C4A

Tints of Jazzberry Jam #AE0C4A

Color information

#AE0C4A (or 0xAE0C4A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0C and 4A. RGB value is (174,12,74). Sum of RGB (Red+Green+Blue) = 174+12+74=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C4A is #51F3B5. Grayscale: #434343. Windows color (decimal): -5370806 or 4852910. OLE color: 4852910.

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

Color convert

RGB1741274-
CMYK00.930.570.32
HSL337.04º87.1%36.47%-
HSV(B)337.04º93.1%68.24%-
XYZ18.829.767.37-
YUV67.51131.67203.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.92%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=66.92%
G=4.62%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174127400.930.570.32337.0487.136.47
HexAEC4A05D39201515724
Octal256141120135714052112744
Binary1010111011001001010010111011110011000001010100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C4A; }

 p { color: rgb(174,12,74); }

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

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

 a { background-color: rgb(174,12,74); }

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

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

 span { border-color: rgb(174,12,74); }

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