#A64A06

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

Shades of Rust #A64A06

Tints of Rust #A64A06

Color information

#A64A06 (or 0xA64A06) is unknown color: approx Rust. HEX triplet: A6, 4A and 06. RGB value is (166,74,6). Sum of RGB (Red+Green+Blue) = 166+74+6=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A06 is #59B5F9. Grayscale: #5E5E5E. Windows color (decimal): -5879290 or 412326. OLE color: 412326.

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

Color convert

RGB166746-
CMYK00.550.960.35
HSL25.5º93.02%33.73%-
HSV(B)25.5º96.39%65.1%-
XYZ18.2113.021.73-
YUV93.7678.48179.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=67.48%
G=30.08%
B=2.44%

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
Decimal16674600.550.960.3525.593.0233.73
HexA64A603760231a5d22
Octal2461126067140433213542
Binary10100110100101011001101111100000100011110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A06; }

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

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

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

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

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

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

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

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