#AE5604

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

Shades of Rust #AE5604

Tints of Rust #AE5604

Color information

#AE5604 (or 0xAE5604) is unknown color: approx Rust. HEX triplet: AE, 56 and 04. RGB value is (174,86,4). Sum of RGB (Red+Green+Blue) = 174+86+4=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5604 is #51A9FB. Grayscale: #676767. Windows color (decimal): -5351932 or 284334. OLE color: 284334.

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

Color convert

RGB174864-
CMYK00.510.980.32
HSL28.94º95.51%34.9%-
HSV(B)28.94º97.7%68.24%-
XYZ20.8115.662.04-
YUV102.9672.15178.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=65.91%
G=32.58%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17486400.510.980.3228.9495.5134.9
HexAE56403362201d6023
Octal2561264063142403514043
Binary10101110101011010001100111100010100000111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5604; }

 p { color: rgb(174,86,4); }

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

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

 a { background-color: rgb(174,86,4); }

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

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

 span { border-color: rgb(174,86,4); }

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