#AE4505

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

Shades of Rust #AE4505

Tints of Rust #AE4505

Color information

#AE4505 (or 0xAE4505) is unknown color: approx Rust. HEX triplet: AE, 45 and 05. RGB value is (174,69,5). Sum of RGB (Red+Green+Blue) = 174+69+5=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4505 is #51BAFA. Grayscale: #5D5D5D. Windows color (decimal): -5356283 or 345518. OLE color: 345518.

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

Color convert

RGB174695-
CMYK00.600.970.32
HSL22.72º94.41%35.1%-
HSV(B)22.72º97.13%68.24%-
XYZ19.6113.271.67-
YUV93.178.29185.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.16%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=70.16%
G=27.82%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17469500.600.970.3222.7294.4135.1
HexAE45503C6120175e23
Octal2561055074141402713643
Binary10101110100010110101111001100001100000101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4505; }

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

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

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

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

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

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

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

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