#AE4714

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

Shades of Rust #AE4714

Tints of Rust #AE4714

Color information

#AE4714 (or 0xAE4714) is unknown color: approx Rust. HEX triplet: AE, 47 and 14. RGB value is (174,71,20). Sum of RGB (Red+Green+Blue) = 174+71+20=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4714 is #51B8EB. Grayscale: #606060. Windows color (decimal): -5355756 or 1329070. OLE color: 1329070.

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

Color convert

RGB1747120-
CMYK00.590.890.32
HSL19.87º79.38%38.04%-
HSV(B)19.87º88.51%68.24%-
XYZ19.8413.562.23-
YUV95.9885.12183.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=65.66%
G=26.79%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174712000.590.890.3219.8779.3838.04
HexAE471403B5920144f26
Octal25610724073131402411746
Binary1010111010001111010001110111011001100000101001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4714; }

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

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

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

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

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

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

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

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