#AE4B17

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

Shades of Rust #AE4B17

Tints of Rust #AE4B17

Color information

#AE4B17 (or 0xAE4B17) is unknown color: approx Rust. HEX triplet: AE, 4B and 17. RGB value is (174,75,23). Sum of RGB (Red+Green+Blue) = 174+75+23=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4B17 is #51B4E8. Grayscale: #626262. Windows color (decimal): -5354729 or 1526702. OLE color: 1526702.

HSL color Cylindrical-coordinate representation of color #AE4B17: hue angle of 20.66º 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 #AE4B17 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1747523-
CMYK00.570.870.32
HSL20.66º76.65%38.63%-
HSV(B)20.66º86.78%68.24%-
XYZ20.1314.092.47-
YUV98.6785.3181.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 23 (9.38% from 255) = 8.46%
R=63.97%
G=27.57%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174752300.570.870.3220.6676.6538.63
HexAE4B170395720154d27
Octal25611327071127402511547
Binary1010111010010111011101110011010111100000101011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B17; }

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

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

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

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

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

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

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

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