#A6460E

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

Shades of Rust #A6460E

Tints of Rust #A6460E

Color information

#A6460E (or 0xA6460E) is unknown color: approx Rust. HEX triplet: A6, 46 and 0E. RGB value is (166,70,14). Sum of RGB (Red+Green+Blue) = 166+70+14=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6460E is #59B9F1. Grayscale: #5C5C5C. Windows color (decimal): -5880306 or 935590. OLE color: 935590.

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

Color convert

RGB1667014-
CMYK00.580.920.35
HSL22.11º84.44%35.29%-
HSV(B)22.11º91.57%65.1%-
XYZ1812.521.88-
YUV92.3283.8180.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=66.4%
G=28%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166701400.580.920.3522.1184.4435.29
HexA646E03A5C23165423
Octal24610616072134432612443
Binary101001101000110111001110101011100100011101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6460E; }

 p { color: rgb(166,70,14); }

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

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

 a { background-color: rgb(166,70,14); }

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

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

 span { border-color: rgb(166,70,14); }

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