#A64908

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

Shades of Rust #A64908

Tints of Rust #A64908

Color information

#A64908 (or 0xA64908) is unknown color: approx Rust. HEX triplet: A6, 49 and 08. RGB value is (166,73,8). Sum of RGB (Red+Green+Blue) = 166+73+8=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A64908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64908 is #59B6F7. Grayscale: #5D5D5D. Windows color (decimal): -5879544 or 543142. OLE color: 543142.

HSL color Cylindrical-coordinate representation of color #A64908: hue angle of 24.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A64908 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB166738-
CMYK00.560.950.35
HSL24.68º90.8%34.12%-
HSV(B)24.68º95.18%65.1%-
XYZ18.1512.891.76-
YUV93.479.81179.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=67.21%
G=29.55%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16673800.560.950.3524.6890.834.12
HexA64980385F23195b22
Octal24611110070137433113342
Binary101001101001001100001110001011111100011110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64908; }

 p { color: rgb(166,73,8); }

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

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

 a { background-color: rgb(166,73,8); }

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

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

 span { border-color: rgb(166,73,8); }

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