#AE4A03

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

Shades of Rust #AE4A03

Tints of Rust #AE4A03

Color information

#AE4A03 (or 0xAE4A03) is unknown color: approx Rust. HEX triplet: AE, 4A and 03. RGB value is (174,74,3). Sum of RGB (Red+Green+Blue) = 174+74+3=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A03 is #51B5FC. Grayscale: #606060. Windows color (decimal): -5355005 or 215726. OLE color: 215726.

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

Color convert

RGB174743-
CMYK00.570.980.32
HSL24.91º96.61%34.71%-
HSV(B)24.91º98.28%68.24%-
XYZ19.9213.91.72-
YUV95.8175.63183.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=69.32%
G=29.48%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17474300.570.980.3224.9196.6134.71
HexAE4A30396220196123
Octal2561123071142403114143
Binary1010111010010101101110011100010100000110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A03; }

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

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

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

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

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

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

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

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