#A65000

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

Shades of Rust #A65000

Tints of Rust #A65000

Color information

#A65000 (or 0xA65000) is unknown color: approx Rust. HEX triplet: A6, 50 and 00. RGB value is (166,80,0). Sum of RGB (Red+Green+Blue) = 166+80+0=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A65000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65000 is #59AFFF. Grayscale: #616161. Windows color (decimal): -5877760 or 20646. OLE color: 20646.

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

Color convert

RGB166800-
CMYK00.5210.35
HSL28.92º100%32.55%-
HSV(B)28.92º100%65.1%-
XYZ18.5913.841.69-
YUV96.5973.49177.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.48%
G=32.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16680000.5210.3528.9210032.55
HexA650003464231d6421
Octal2461200064144433514441
Binary101001101010000001101001100100100011111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65000; }

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

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

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

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

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

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

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

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