#A73E16

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

Shades of Rust #A73E16

Tints of Rust #A73E16

Color information

#A73E16 (or 0xA73E16) is unknown color: approx Rust. HEX triplet: A7, 3E and 16. RGB value is (167,62,22). Sum of RGB (Red+Green+Blue) = 167+62+22=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73E16 is #58C1E9. Grayscale: #595959. Windows color (decimal): -5816810 or 1457831. OLE color: 1457831.

HSL color Cylindrical-coordinate representation of color #A73E16: hue angle of 16.55º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A73E16 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1676222-
CMYK00.630.870.35
HSL16.55º76.72%37.06%-
HSV(B)16.55º86.83%65.49%-
XYZ17.811.722.08-
YUV88.8490.29183.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.53%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=66.53%
G=24.70%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167622200.630.870.3516.5576.7237.06
HexA73E1603F5723114d25
Octal2477626077127432111545
Binary101001111111101011001111111010111100011100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73E16; }

 p { color: rgb(167,62,22); }

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

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

 a { background-color: rgb(167,62,22); }

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

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

 span { border-color: rgb(167,62,22); }

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