#A64418

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

Shades of Rust #A64418

Tints of Rust #A64418

Color information

#A64418 (or 0xA64418) is unknown color: approx Rust. HEX triplet: A6, 44 and 18. RGB value is (166,68,24). Sum of RGB (Red+Green+Blue) = 166+68+24=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64418 is #59BBE7. Grayscale: #5C5C5C. Windows color (decimal): -5880808 or 1590438. OLE color: 1590438.

HSL color Cylindrical-coordinate representation of color #A64418: hue angle of 18.59º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64418 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1666824-
CMYK00.590.860.35
HSL18.59º74.74%37.25%-
HSV(B)18.59º85.54%65.1%-
XYZ17.9612.312.29-
YUV92.2989.47180.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.34%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=64.34%
G=26.36%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166682400.590.860.3518.5974.7437.25
HexA6441803B5623134b25
Octal24610430073126432311345
Binary1010011010001001100001110111010110100011100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64418; }

 p { color: rgb(166,68,24); }

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

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

 a { background-color: rgb(166,68,24); }

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

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

 span { border-color: rgb(166,68,24); }

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