#A74804

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

Shades of Rust #A74804

Tints of Rust #A74804

Color information

#A74804 (or 0xA74804) is unknown color: approx Rust. HEX triplet: A7, 48 and 04. RGB value is (167,72,4). Sum of RGB (Red+Green+Blue) = 167+72+4=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A74804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74804 is #58B7FB. Grayscale: #5D5D5D. Windows color (decimal): -5814268 or 280743. OLE color: 280743.

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

Color convert

RGB167724-
CMYK00.570.980.35
HSL25.03º95.32%33.53%-
HSV(B)25.03º97.6%65.49%-
XYZ18.2812.861.63-
YUV92.6577.97181.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=68.72%
G=29.63%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16772400.570.980.3525.0395.3233.53
HexA74840396223195f22
Octal2471104071142433113742
Binary10100111100100010001110011100010100011110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74804; }

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

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

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

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

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

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

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

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