#A65107

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

Shades of Rust #A65107

Tints of Rust #A65107

Color information

#A65107 (or 0xA65107) is unknown color: approx Rust. HEX triplet: A6, 51 and 07. RGB value is (166,81,7). Sum of RGB (Red+Green+Blue) = 166+81+7=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65107 is #59AEF8. Grayscale: #626262. Windows color (decimal): -5877497 or 479654. OLE color: 479654.

HSL color Cylindrical-coordinate representation of color #A65107: hue angle of 27.92º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65107 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166817-
CMYK00.510.960.35
HSL27.92º91.91%33.92%-
HSV(B)27.92º95.78%65.1%-
XYZ18.7114.011.92-
YUV97.9876.66176.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=65.35%
G=31.89%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16681700.510.960.3527.9291.9133.92
HexA651703360231c5c22
Octal2461217063140433413442
Binary10100110101000111101100111100000100011111001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65107; }

 p { color: rgb(166,81,7); }

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

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

 a { background-color: rgb(166,81,7); }

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

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

 span { border-color: rgb(166,81,7); }

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