#A74C12

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

Shades of Rust #A74C12

Tints of Rust #A74C12

Color information

#A74C12 (or 0xA74C12) is unknown color: approx Rust. HEX triplet: A7, 4C and 12. RGB value is (167,76,18). Sum of RGB (Red+Green+Blue) = 167+76+18=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74C12 is #58B3ED. Grayscale: #606060. Windows color (decimal): -5813230 or 1199271. OLE color: 1199271.

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

Color convert

RGB1677618-
CMYK00.540.890.35
HSL23.36º80.54%36.27%-
HSV(B)23.36º89.22%65.49%-
XYZ18.6313.432.18-
YUV96.683.65178.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.98%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=63.98%
G=29.12%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167761800.540.890.3523.3680.5436.27
HexA74C120365923175124
Octal24711422066131432712144
Binary1010011110011001001001101101011001100011101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C12; }

 p { color: rgb(167,76,18); }

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

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

 a { background-color: rgb(167,76,18); }

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

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

 span { border-color: rgb(167,76,18); }

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