#A6480E

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

Shades of Rust #A6480E

Tints of Rust #A6480E

Color information

#A6480E (or 0xA6480E) is unknown color: approx Rust. HEX triplet: A6, 48 and 0E. RGB value is (166,72,14). Sum of RGB (Red+Green+Blue) = 166+72+14=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6480E is #59B7F1. Grayscale: #5D5D5D. Windows color (decimal): -5879794 or 936102. OLE color: 936102.

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

Color convert

RGB1667214-
CMYK00.570.920.35
HSL22.89º84.44%35.29%-
HSV(B)22.89º91.57%65.1%-
XYZ18.1212.771.93-
YUV93.4983.14179.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.87%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=65.87%
G=28.57%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166721400.570.920.3522.8984.4435.29
HexA648E0395C23175423
Octal24611016071134432712443
Binary101001101001000111001110011011100100011101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6480E; }

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

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

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

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

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

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

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

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