#AE4C05

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

Shades of Rust #AE4C05

Tints of Rust #AE4C05

Color information

#AE4C05 (or 0xAE4C05) is unknown color: approx Rust. HEX triplet: AE, 4C and 05. RGB value is (174,76,5). Sum of RGB (Red+Green+Blue) = 174+76+5=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4C05 is #51B3FA. Grayscale: #616161. Windows color (decimal): -5354491 or 347310. OLE color: 347310.

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

Color convert

RGB174765-
CMYK00.560.970.32
HSL25.21º94.41%35.1%-
HSV(B)25.21º97.13%68.24%-
XYZ20.0714.181.82-
YUV97.2175.97182.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=68.24%
G=29.80%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17476500.560.970.3225.2194.4135.1
HexAE4C50386120195e23
Octal2561145070141403113643
Binary10101110100110010101110001100001100000110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C05; }

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

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

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

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

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

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

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

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