#AE5710

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

Shades of Rust #AE5710

Tints of Rust #AE5710

Color information

#AE5710 (or 0xAE5710) is unknown color: approx Rust. HEX triplet: AE, 57 and 10. RGB value is (174,87,16). Sum of RGB (Red+Green+Blue) = 174+87+16=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5710 is #51A8EF. Grayscale: #696969. Windows color (decimal): -5351664 or 1071022. OLE color: 1071022.

HSL color Cylindrical-coordinate representation of color #AE5710: hue angle of 26.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE5710 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1748716-
CMYK00.50.910.32
HSL26.96º83.16%37.25%-
HSV(B)26.96º90.8%68.24%-
XYZ20.9615.852.45-
YUV104.9277.82177.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=62.82%
G=31.41%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174871600.50.910.3226.9683.1637.25
HexAE57100325B201b5325
Octal25612720062133403312345
Binary1010111010101111000001100101011011100000110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5710; }

 p { color: rgb(174,87,16); }

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

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

 a { background-color: rgb(174,87,16); }

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

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

 span { border-color: rgb(174,87,16); }

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