#AE3217

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

Shades of Rust #AE3217

Tints of Rust #AE3217

Color information

#AE3217 (or 0xAE3217) is unknown color: approx Rust. HEX triplet: AE, 32 and 17. RGB value is (174,50,23). Sum of RGB (Red+Green+Blue) = 174+50+23=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3217 is #51CDE8. Grayscale: #545454. Windows color (decimal): -5361129 or 1520302. OLE color: 1520302.

HSL color Cylindrical-coordinate representation of color #AE3217: hue angle of 10.73º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3217 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1745023-
CMYK00.710.870.32
HSL10.73º76.65%38.63%-
HSV(B)10.73º86.78%68.24%-
XYZ18.7511.342.01-
YUV8493.58192.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 23 (9.38% from 255) = 9.31%
R=70.45%
G=20.24%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174502300.710.870.3210.7376.6538.63
HexAE32170475720b4d27
Octal25662270107127401311547
Binary101011101100101011101000111101011110000010111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3217; }

 p { color: rgb(174,50,23); }

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

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

 a { background-color: rgb(174,50,23); }

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

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

 span { border-color: rgb(174,50,23); }

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