#AE0345

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

Shades of Jazzberry Jam #AE0345

Tints of Jazzberry Jam #AE0345

Color information

#AE0345 (or 0xAE0345) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 03 and 45. RGB value is (174,3,69). Sum of RGB (Red+Green+Blue) = 174+3+69=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0345 is #51FCBA. Grayscale: #3D3D3D. Windows color (decimal): -5373115 or 4522926. OLE color: 4522926.

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

Color convert

RGB174369-
CMYK00.980.600.32
HSL336.84º96.61%34.71%-
HSV(B)336.84º98.28%68.24%-
XYZ18.569.496.48-
YUV61.65132.15208.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.73%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=70.73%
G=1.22%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17436900.980.600.32336.8496.6134.71
HexAE3450623C201516123
Octal25631050142744052114143
Binary10101110111000101011000101111001000001010100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0345; }

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

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

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

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

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

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

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

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