#AE5203

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

Shades of Rust #AE5203

Tints of Rust #AE5203

Color information

#AE5203 (or 0xAE5203) is unknown color: approx Rust. HEX triplet: AE, 52 and 03. RGB value is (174,82,3). Sum of RGB (Red+Green+Blue) = 174+82+3=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5203 is #51ADFC. Grayscale: #646464. Windows color (decimal): -5352957 or 217774. OLE color: 217774.

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

Color convert

RGB174823-
CMYK00.530.980.32
HSL27.72º96.61%34.71%-
HSV(B)27.72º98.28%68.24%-
XYZ20.4915.041.91-
YUV100.572.98180.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=67.18%
G=31.66%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17482300.530.980.3227.7296.6134.71
HexAE52303562201c6123
Octal2561223065142403414143
Binary1010111010100101101101011100010100000111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5203; }

 p { color: rgb(174,82,3); }

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

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

 a { background-color: rgb(174,82,3); }

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

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

 span { border-color: rgb(174,82,3); }

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