#AE4204

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

Shades of Rust #AE4204

Tints of Rust #AE4204

Color information

#AE4204 (or 0xAE4204) is unknown color: approx Rust. HEX triplet: AE, 42 and 04. RGB value is (174,66,4). Sum of RGB (Red+Green+Blue) = 174+66+4=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4204 is #51BDFB. Grayscale: #5B5B5B. Windows color (decimal): -5357052 or 279214. OLE color: 279214.

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

Color convert

RGB174664-
CMYK00.620.980.32
HSL21.88º95.51%34.9%-
HSV(B)21.88º97.7%68.24%-
XYZ19.4312.91.58-
YUV91.2278.78187.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.31%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=71.31%
G=27.05%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17466400.620.980.3221.8895.5134.9
HexAE42403E6220166023
Octal2561024076142402614043
Binary10101110100001010001111101100010100000101101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4204; }

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

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

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

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

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

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

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

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