#A74507

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

Shades of Rust #A74507

Tints of Rust #A74507

Color information

#A74507 (or 0xA74507) is unknown color: approx Rust. HEX triplet: A7, 45 and 07. RGB value is (167,69,7). Sum of RGB (Red+Green+Blue) = 167+69+7=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A74507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74507 is #58BAF8. Grayscale: #5B5B5B. Windows color (decimal): -5815033 or 476583. OLE color: 476583.

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

Color convert

RGB167697-
CMYK00.590.960.35
HSL23.25º91.95%34.12%-
HSV(B)23.25º95.81%65.49%-
XYZ18.112.491.66-
YUV91.2380.47182.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 7 (3.12% from 255) = 2.88%
R=68.72%
G=28.40%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16769700.590.960.3523.2591.9534.12
HexA745703B6023175c22
Octal2471057073140432713442
Binary10100111100010111101110111100000100011101111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74507; }

 p { color: rgb(167,69,7); }

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

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

 a { background-color: rgb(167,69,7); }

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

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

 span { border-color: rgb(167,69,7); }

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