#A73C06

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

Shades of Rust #A73C06

Tints of Rust #A73C06

Color information

#A73C06 (or 0xA73C06) is unknown color: approx Rust. HEX triplet: A7, 3C and 06. RGB value is (167,60,6). Sum of RGB (Red+Green+Blue) = 167+60+6=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73C06 is #58C3F9. Grayscale: #565656. Windows color (decimal): -5817338 or 408743. OLE color: 408743.

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

Color convert

RGB167606-
CMYK00.640.960.35
HSL20.12º93.06%33.92%-
HSV(B)20.12º96.41%65.49%-
XYZ17.5911.461.46-
YUV85.8482.95185.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.67%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=71.67%
G=25.75%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16760600.640.960.3520.1293.0633.92
HexA73C60406023145d22
Octal2477460100140432413542
Binary10100111111100110010000001100000100011101001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C06; }

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

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

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

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

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

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

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

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