#AE5213

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

Shades of Rust #AE5213

Tints of Rust #AE5213

Color information

#AE5213 (or 0xAE5213) is unknown color: approx Rust. HEX triplet: AE, 52 and 13. RGB value is (174,82,19). Sum of RGB (Red+Green+Blue) = 174+82+19=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5213 is #51ADEC. Grayscale: #666666. Windows color (decimal): -5352941 or 1266350. OLE color: 1266350.

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

Color convert

RGB1748219-
CMYK00.530.890.32
HSL24.39º80.31%37.84%-
HSV(B)24.39º89.08%68.24%-
XYZ20.5915.082.44-
YUV102.3380.98179.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 19 (7.81% from 255) = 6.91%
R=63.27%
G=29.82%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174821900.530.890.3224.3980.3137.84
HexAE52130355920185026
Octal25612223065131403012046
Binary1010111010100101001101101011011001100000110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5213; }

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

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

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

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

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

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

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

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