#A74F04

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

Shades of Rust #A74F04

Tints of Rust #A74F04

Color information

#A74F04 (or 0xA74F04) is unknown color: approx Rust. HEX triplet: A7, 4F and 04. RGB value is (167,79,4). Sum of RGB (Red+Green+Blue) = 167+79+4=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74F04 is #58B0FB. Grayscale: #616161. Windows color (decimal): -5812476 or 282535. OLE color: 282535.

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

Color convert

RGB167794-
CMYK00.530.980.35
HSL27.61º95.32%33.53%-
HSV(B)27.61º97.6%65.49%-
XYZ18.7513.821.79-
YUV96.7675.65178.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 4 (1.95% from 255) = 1.6%
R=66.8%
G=31.6%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16779400.530.980.3527.6195.3233.53
HexA74F403562231c5f22
Octal2471174065142433413742
Binary10100111100111110001101011100010100011111001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F04; }

 p { color: rgb(167,79,4); }

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

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

 a { background-color: rgb(167,79,4); }

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

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

 span { border-color: rgb(167,79,4); }

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