#A73A00

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

Shades of Rust #A73A00

Tints of Rust #A73A00

Color information

#A73A00 (or 0xA73A00) is unknown color: approx Rust. HEX triplet: A7, 3A and 00. RGB value is (167,58,0). Sum of RGB (Red+Green+Blue) = 167+58+0=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73A00 is #58C5FF. Grayscale: #545454. Windows color (decimal): -5817856 or 15015. OLE color: 15015.

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

Color convert

RGB167580-
CMYK00.6510.35
HSL20.84º100%32.75%-
HSV(B)20.84º100%65.49%-
XYZ17.4511.241.25-
YUV83.9880.61187.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.22%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.22%
G=25.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16758000.6510.3520.8410032.75
HexA73A00416423156421
Octal2477200101144432514441
Binary101001111110100010000011100100100011101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A00; }

 p { color: rgb(167,58,0); }

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

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

 a { background-color: rgb(167,58,0); }

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

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

 span { border-color: rgb(167,58,0); }

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