#AE4300

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

Shades of Rust #AE4300

Tints of Rust #AE4300

Color information

#AE4300 (or 0xAE4300) is unknown color: approx Rust. HEX triplet: AE, 43 and 00. RGB value is (174,67,0). Sum of RGB (Red+Green+Blue) = 174+67+0=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4300 is #51BCFF. Grayscale: #5B5B5B. Windows color (decimal): -5356800 or 17326. OLE color: 17326.

HSL color Cylindrical-coordinate representation of color #AE4300: hue angle of 23.1º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE4300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB174670-
CMYK00.6110.32
HSL23.1º100%34.12%-
HSV(B)23.1º100%68.24%-
XYZ19.4613.011.49-
YUV91.3576.45186.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.20%
G=27.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17467000.6110.3223.110034.12
HexAE43003D6420176422
Octal2561030075144402714442
Binary101011101000011001111011100100100000101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4300; }

 p { color: rgb(174,67,0); }

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

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

 a { background-color: rgb(174,67,0); }

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

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

 span { border-color: rgb(174,67,0); }

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