#A64200

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

Shades of Rust #A64200

Tints of Rust #A64200

Color information

#A64200 (or 0xA64200) is unknown color: approx Rust. HEX triplet: A6, 42 and 00. RGB value is (166,66,0). Sum of RGB (Red+Green+Blue) = 166+66+0=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A64200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64200 is #59BDFF. Grayscale: #585858. Windows color (decimal): -5881344 or 17062. OLE color: 17062.

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

Color convert

RGB166660-
CMYK00.6010.35
HSL23.86º100%32.55%-
HSV(B)23.86º100%65.1%-
XYZ17.67121.39-
YUV88.3878.13183.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.55%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.55%
G=28.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16666000.6010.3523.8610032.55
HexA642003C6423186421
Octal2461020074144433014441
Binary101001101000010001111001100100100011110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64200; }

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

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

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

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

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

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

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

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