#A73816

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

Shades of Rust #A73816

Tints of Rust #A73816

Color information

#A73816 (or 0xA73816) is unknown color: approx Rust. HEX triplet: A7, 38 and 16. RGB value is (167,56,22). Sum of RGB (Red+Green+Blue) = 167+56+22=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A73816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73816 is #58C7E9. Grayscale: #555555. Windows color (decimal): -5818346 or 1456295. OLE color: 1456295.

HSL color Cylindrical-coordinate representation of color #A73816: hue angle of 14.07º 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 #A73816 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1675622-
CMYK00.660.870.35
HSL14.07º76.72%37.06%-
HSV(B)14.07º86.83%65.49%-
XYZ17.511.11.98-
YUV85.3192.27186.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.16%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=68.16%
G=22.86%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167562200.660.870.3514.0776.7237.06
HexA738160425723e4d25
Octal24770260102127431611545
Binary101001111110001011001000010101011110001111101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73816; }

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

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

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

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

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

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

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

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