#AE0352

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

Shades of Jazzberry Jam #AE0352

Tints of Jazzberry Jam #AE0352

Color information

#AE0352 (or 0xAE0352) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 03 and 52. RGB value is (174,3,82). Sum of RGB (Red+Green+Blue) = 174+3+82=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0352 is #51FCAD. Grayscale: #3E3E3E. Windows color (decimal): -5373102 or 5374894. OLE color: 5374894.

HSL color Cylindrical-coordinate representation of color #AE0352: hue angle of 332.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0352 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB174382-
CMYK00.980.530.32
HSL332.28º96.61%34.71%-
HSV(B)332.28º98.28%68.24%-
XYZ19.019.678.85-
YUV63.14138.65207.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=67.18%
G=1.16%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17438200.980.530.32332.2896.6134.71
HexAE352062352014c6123
Octal25631220142654051414143
Binary10101110111010010011000101101011000001010011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0352; }

 p { color: rgb(174,3,82); }

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

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

 a { background-color: rgb(174,3,82); }

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

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

 span { border-color: rgb(174,3,82); }

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