#A74814

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

Shades of Rust #A74814

Tints of Rust #A74814

Color information

#A74814 (or 0xA74814) is unknown color: approx Rust. HEX triplet: A7, 48 and 14. RGB value is (167,72,20). Sum of RGB (Red+Green+Blue) = 167+72+20=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A74814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74814 is #58B7EB. Grayscale: #5E5E5E. Windows color (decimal): -5814252 or 1329319. OLE color: 1329319.

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

Color convert

RGB1677220-
CMYK00.570.880.35
HSL21.22º78.61%36.67%-
HSV(B)21.22º88.02%65.49%-
XYZ18.3812.92.18-
YUV94.4885.97179.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=64.48%
G=27.80%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167722000.570.880.3521.2278.6136.67
HexA748140395823154f25
Octal24711024071130432511745
Binary1010011110010001010001110011011000100011101011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74814; }

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

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

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

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

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

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

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

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