#AE4814

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

Shades of Rust #AE4814

Tints of Rust #AE4814

Color information

#AE4814 (or 0xAE4814) is unknown color: approx Rust. HEX triplet: AE, 48 and 14. RGB value is (174,72,20). Sum of RGB (Red+Green+Blue) = 174+72+20=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4814 is #51B7EB. Grayscale: #606060. Windows color (decimal): -5355500 or 1329326. OLE color: 1329326.

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

Color convert

RGB1747220-
CMYK00.590.890.32
HSL20.26º79.38%38.04%-
HSV(B)20.26º88.51%68.24%-
XYZ19.913.682.25-
YUV96.5784.79183.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.41%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=65.41%
G=27.07%
B=7.52%

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
Decimal174722000.590.890.3220.2679.3838.04
HexAE481403B5920144f26
Octal25611024073131402411746
Binary1010111010010001010001110111011001100000101001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4814; }

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

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

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

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

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

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

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

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