#A64100

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

Shades of Rust #A64100

Tints of Rust #A64100

Color information

#A64100 (or 0xA64100) is unknown color: approx Rust. HEX triplet: A6, 41 and 00. RGB value is (166,65,0). Sum of RGB (Red+Green+Blue) = 166+65+0=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A64100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64100 is #59BEFF. Grayscale: #585858. Windows color (decimal): -5881600 or 16806. OLE color: 16806.

HSL color Cylindrical-coordinate representation of color #A64100: hue angle of 23.49º 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 #A64100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB166650-
CMYK00.6110.35
HSL23.49º100%32.55%-
HSV(B)23.49º100%65.1%-
XYZ17.6211.891.37-
YUV87.7978.46183.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.86%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.86%
G=28.14%
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
Decimal16665000.6110.3523.4910032.55
HexA641003D6423176421
Octal2461010075144432714441
Binary101001101000001001111011100100100011101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64100; }

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

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

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

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

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

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

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

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