#A64000

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

Shades of Rust #A64000

Tints of Rust #A64000

Color information

#A64000 (or 0xA64000) is unknown color: approx Rust. HEX triplet: A6, 40 and 00. RGB value is (166,64,0). Sum of RGB (Red+Green+Blue) = 166+64+0=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A64000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64000 is #59BFFF. Grayscale: #575757. Windows color (decimal): -5881856 or 16550. OLE color: 16550.

HSL color Cylindrical-coordinate representation of color #A64000: hue angle of 23.13º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A64000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB166640-
CMYK00.6110.35
HSL23.13º100%32.55%-
HSV(B)23.13º100%65.1%-
XYZ17.5611.771.35-
YUV87.278.79184.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.17%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.17%
G=27.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16664000.6110.3523.1310032.55
HexA640003D6423176421
Octal2461000075144432714441
Binary101001101000000001111011100100100011101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64000; }

 p { color: rgb(166,64,0); }

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

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

 a { background-color: rgb(166,64,0); }

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

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

 span { border-color: rgb(166,64,0); }

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