#AE0545

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

Shades of Jazzberry Jam #AE0545

Tints of Jazzberry Jam #AE0545

Color information

#AE0545 (or 0xAE0545) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 05 and 45. RGB value is (174,5,69). Sum of RGB (Red+Green+Blue) = 174+5+69=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0545 is #51FABA. Grayscale: #3E3E3E. Windows color (decimal): -5372603 or 4523438. OLE color: 4523438.

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

Color convert

RGB174569-
CMYK00.970.600.32
HSL337.28º94.41%35.1%-
HSV(B)337.28º97.13%68.24%-
XYZ18.589.546.49-
YUV62.83131.49207.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.16%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=70.16%
G=2.02%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17456900.970.600.32337.2894.4135.1
HexAE5450613C201515e23
Octal25651050141744052113643
Binary101011101011000101011000011111001000001010100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0545; }

 p { color: rgb(174,5,69); }

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

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

 a { background-color: rgb(174,5,69); }

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

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

 span { border-color: rgb(174,5,69); }

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