#A73506

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

Shades of Rust #A73506

Tints of Rust #A73506

Color information

#A73506 (or 0xA73506) is unknown color: approx Rust. HEX triplet: A7, 35 and 06. RGB value is (167,53,6). Sum of RGB (Red+Green+Blue) = 167+53+6=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A73506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73506 is #58CAF9. Grayscale: #525252. Windows color (decimal): -5819130 or 406951. OLE color: 406951.

HSL color Cylindrical-coordinate representation of color #A73506: hue angle of 17.52º degrees, saturation: 0.93, 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 #A73506 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB167536-
CMYK00.680.960.35
HSL17.52º93.06%33.92%-
HSV(B)17.52º96.41%65.49%-
XYZ17.2410.771.34-
YUV81.7385.27188.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.89%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=73.89%
G=23.45%
B=2.65%

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
Decimal16753600.680.960.3517.5293.0633.92
HexA73560446023125d22
Octal2476560104140432213542
Binary10100111110101110010001001100000100011100101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73506; }

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

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

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

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

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

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

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

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