#A65206

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

Shades of Rust #A65206

Tints of Rust #A65206

Color information

#A65206 (or 0xA65206) is unknown color: approx Rust. HEX triplet: A6, 52 and 06. RGB value is (166,82,6). Sum of RGB (Red+Green+Blue) = 166+82+6=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65206 is #59ADF9. Grayscale: #626262. Windows color (decimal): -5877242 or 414374. OLE color: 414374.

HSL color Cylindrical-coordinate representation of color #A65206: hue angle of 28.5º degrees, saturation: 0.93, 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 #A65206 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166826-
CMYK00.510.960.35
HSL28.5º93.02%33.73%-
HSV(B)28.5º96.39%65.1%-
XYZ18.7814.151.91-
YUV98.4575.83176.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=65.35%
G=32.28%
B=2.36%

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
Decimal16682600.510.960.3528.593.0233.73
HexA652603360231c5d22
Octal2461226063140433413542
Binary10100110101001011001100111100000100011111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65206; }

 p { color: rgb(166,82,6); }

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

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

 a { background-color: rgb(166,82,6); }

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

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

 span { border-color: rgb(166,82,6); }

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