#AE5501

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

Shades of Rust #AE5501

Tints of Rust #AE5501

Color information

#AE5501 (or 0xAE5501) is unknown color: approx Rust. HEX triplet: AE, 55 and 01. RGB value is (174,85,1). Sum of RGB (Red+Green+Blue) = 174+85+1=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5501 is #51AAFE. Grayscale: #666666. Windows color (decimal): -5352191 or 87470. OLE color: 87470.

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

Color convert

RGB174851-
CMYK00.510.990.32
HSL29.13º98.86%34.31%-
HSV(B)29.13º99.43%68.24%-
XYZ20.7115.51.93-
YUV102.0470.99179.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.92%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=66.92%
G=32.69%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17485100.510.990.3229.1398.8634.31
HexAE55103363201d6322
Octal2561251063143403514342
Binary101011101010101101100111100011100000111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5501; }

 p { color: rgb(174,85,1); }

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

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

 a { background-color: rgb(174,85,1); }

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

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

 span { border-color: rgb(174,85,1); }

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