#A64514

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

Shades of Rust #A64514

Tints of Rust #A64514

Color information

#A64514 (or 0xA64514) is unknown color: approx Rust. HEX triplet: A6, 45 and 14. RGB value is (166,69,20). Sum of RGB (Red+Green+Blue) = 166+69+20=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64514 is #59BAEB. Grayscale: #5C5C5C. Windows color (decimal): -5880556 or 1328550. OLE color: 1328550.

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

Color convert

RGB1666920-
CMYK00.580.880.35
HSL20.14º78.49%36.47%-
HSV(B)20.14º87.95%65.1%-
XYZ17.9812.412.11-
YUV92.4287.14180.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.10%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=65.10%
G=27.06%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166692000.580.880.3520.1478.4936.47
HexA6451403A5823144e24
Octal24610524072130432411644
Binary1010011010001011010001110101011000100011101001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64514; }

 p { color: rgb(166,69,20); }

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

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

 a { background-color: rgb(166,69,20); }

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

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

 span { border-color: rgb(166,69,20); }

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