#A64B06

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

Shades of Rust #A64B06

Tints of Rust #A64B06

Color information

#A64B06 (or 0xA64B06) is unknown color: approx Rust. HEX triplet: A6, 4B and 06. RGB value is (166,75,6). Sum of RGB (Red+Green+Blue) = 166+75+6=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B06 is #59B4F9. Grayscale: #5E5E5E. Windows color (decimal): -5879034 or 412582. OLE color: 412582.

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

Color convert

RGB166756-
CMYK00.550.960.35
HSL25.88º93.02%33.73%-
HSV(B)25.88º96.39%65.1%-
XYZ18.2713.151.75-
YUV94.3478.15179.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=67.21%
G=30.36%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16675600.550.960.3525.8893.0233.73
HexA64B603760231a5d22
Octal2461136067140433213542
Binary10100110100101111001101111100000100011110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B06; }

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

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

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

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

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

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

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

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