#AE4E05

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

Shades of Rust #AE4E05

Tints of Rust #AE4E05

Color information

#AE4E05 (or 0xAE4E05) is unknown color: approx Rust. HEX triplet: AE, 4E and 05. RGB value is (174,78,5). Sum of RGB (Red+Green+Blue) = 174+78+5=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E05 is #51B1FA. Grayscale: #626262. Windows color (decimal): -5353979 or 347822. OLE color: 347822.

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

Color convert

RGB174785-
CMYK00.550.970.32
HSL25.92º94.41%35.1%-
HSV(B)25.92º97.13%68.24%-
XYZ20.2114.461.87-
YUV98.3875.3181.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=67.70%
G=30.35%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17478500.550.970.3225.9294.4135.1
HexAE4E503761201a5e23
Octal2561165067141403213643
Binary10101110100111010101101111100001100000110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E05; }

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

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

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

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

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

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

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

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