#A64716

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

Shades of Rust #A64716

Tints of Rust #A64716

Color information

#A64716 (or 0xA64716) is unknown color: approx Rust. HEX triplet: A6, 47 and 16. RGB value is (166,71,22). Sum of RGB (Red+Green+Blue) = 166+71+22=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64716 is #59B8E9. Grayscale: #5E5E5E. Windows color (decimal): -5880042 or 1460134. OLE color: 1460134.

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

Color convert

RGB1667122-
CMYK00.570.870.35
HSL20.42º76.6%36.86%-
HSV(B)20.42º86.75%65.1%-
XYZ18.1212.672.25-
YUV93.8287.47179.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.09%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=64.09%
G=27.41%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166712200.570.870.3520.4276.636.86
HexA647160395723144d25
Octal24610726071127432411545
Binary1010011010001111011001110011010111100011101001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64716; }

 p { color: rgb(166,71,22); }

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

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

 a { background-color: rgb(166,71,22); }

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

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

 span { border-color: rgb(166,71,22); }

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