#AE3707

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

Shades of Rust #AE3707

Tints of Rust #AE3707

Color information

#AE3707 (or 0xAE3707) is unknown color: approx Rust. HEX triplet: AE, 37 and 07. RGB value is (174,55,7). Sum of RGB (Red+Green+Blue) = 174+55+7=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3707 is #51C8F8. Grayscale: #555555. Windows color (decimal): -5359865 or 473006. OLE color: 473006.

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

Color convert

RGB174557-
CMYK00.680.960.32
HSL17.25º92.27%35.49%-
HSV(B)17.25º95.98%68.24%-
XYZ18.8611.751.47-
YUV85.1183.92191.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.73%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 7 (3.12% from 255) = 2.97%
R=73.73%
G=23.31%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17455700.680.960.3217.2592.2735.49
HexAE3770446020115c23
Octal2566770104140402113443
Binary10101110110111111010001001100000100000100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3707; }

 p { color: rgb(174,55,7); }

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

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

 a { background-color: rgb(174,55,7); }

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

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

 span { border-color: rgb(174,55,7); }

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