#A73507

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

Shades of Rust #A73507

Tints of Rust #A73507

Color information

#A73507 (or 0xA73507) is unknown color: approx Rust. HEX triplet: A7, 35 and 07. RGB value is (167,53,7). Sum of RGB (Red+Green+Blue) = 167+53+7=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A73507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73507 is #58CAF8. Grayscale: #525252. Windows color (decimal): -5819129 or 472487. OLE color: 472487.

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

Color convert

RGB167537-
CMYK00.680.960.35
HSL17.25º91.95%34.12%-
HSV(B)17.25º95.81%65.49%-
XYZ17.2510.781.37-
YUV81.8485.77188.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.57%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=73.57%
G=23.35%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16753700.680.960.3517.2591.9534.12
HexA73570446023115c22
Octal2476570104140432113442
Binary10100111110101111010001001100000100011100011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73507; }

 p { color: rgb(167,53,7); }

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

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

 a { background-color: rgb(167,53,7); }

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

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

 span { border-color: rgb(167,53,7); }

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