#AE4705

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

Shades of Rust #AE4705

Tints of Rust #AE4705

Color information

#AE4705 (or 0xAE4705) is unknown color: approx Rust. HEX triplet: AE, 47 and 05. RGB value is (174,71,5). Sum of RGB (Red+Green+Blue) = 174+71+5=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4705 is #51B8FA. Grayscale: #5E5E5E. Windows color (decimal): -5355771 or 346030. OLE color: 346030.

HSL color Cylindrical-coordinate representation of color #AE4705: hue angle of 23.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE4705 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB174715-
CMYK00.590.970.32
HSL23.43º94.41%35.1%-
HSV(B)23.43º97.13%68.24%-
XYZ19.7413.521.71-
YUV94.2777.62184.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 5 (2.34% from 255) = 2%
R=69.6%
G=28.4%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17471500.590.970.3223.4394.4135.1
HexAE47503B6120175e23
Octal2561075073141402713643
Binary10101110100011110101110111100001100000101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4705; }

 p { color: rgb(174,71,5); }

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

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

 a { background-color: rgb(174,71,5); }

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

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

 span { border-color: rgb(174,71,5); }

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