#AE4C01

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

Shades of Rust #AE4C01

Tints of Rust #AE4C01

Color information

#AE4C01 (or 0xAE4C01) is unknown color: approx Rust. HEX triplet: AE, 4C and 01. RGB value is (174,76,1). Sum of RGB (Red+Green+Blue) = 174+76+1=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4C01 is #51B3FE. Grayscale: #616161. Windows color (decimal): -5354495 or 85166. OLE color: 85166.

HSL color Cylindrical-coordinate representation of color #AE4C01: hue angle of 26.01º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE4C01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB174761-
CMYK00.560.990.32
HSL26.01º98.86%34.31%-
HSV(B)26.01º99.43%68.24%-
XYZ20.0514.171.71-
YUV96.7573.97183.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=69.32%
G=30.28%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17476100.560.990.3226.0198.8634.31
HexAE4C103863201a6322
Octal2561141070143403214342
Binary101011101001100101110001100011100000110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C01; }

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

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

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

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

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

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

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

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