#AE470A

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

Shades of Rust #AE470A

Tints of Rust #AE470A

Color information

#AE470A (or 0xAE470A) is unknown color: approx Rust. HEX triplet: AE, 47 and 0A. RGB value is (174,71,10). Sum of RGB (Red+Green+Blue) = 174+71+10=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE470A is #51B8F5. Grayscale: #5F5F5F. Windows color (decimal): -5355766 or 673710. OLE color: 673710.

HSL color Cylindrical-coordinate representation of color #AE470A: hue angle of 22.32º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE470A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1747110-
CMYK00.590.940.32
HSL22.32º89.13%36.08%-
HSV(B)22.32º94.25%68.24%-
XYZ19.7613.531.86-
YUV94.8480.12184.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=68.24%
G=27.84%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174711000.590.940.3222.3289.1336.08
HexAE47A03B5E20165924
Octal25610712073136402613144
Binary101011101000111101001110111011110100000101101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE470A; }

 p { color: rgb(174,71,10); }

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

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

 a { background-color: rgb(174,71,10); }

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

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

 span { border-color: rgb(174,71,10); }

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