#A74418

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

Shades of Rust #A74418

Tints of Rust #A74418

Color information

#A74418 (or 0xA74418) is unknown color: approx Rust. HEX triplet: A7, 44 and 18. RGB value is (167,68,24). Sum of RGB (Red+Green+Blue) = 167+68+24=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A74418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74418 is #58BBE7. Grayscale: #5C5C5C. Windows color (decimal): -5815272 or 1590439. OLE color: 1590439.

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

Color convert

RGB1676824-
CMYK00.590.860.35
HSL18.46º74.87%37.45%-
HSV(B)18.46º85.63%65.49%-
XYZ18.1712.422.3-
YUV92.5889.3181.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=64.48%
G=26.25%
B=9.27%

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
Decimal167682400.590.860.3518.4674.8737.45
HexA7441803B5623124b25
Octal24710430073126432211345
Binary1010011110001001100001110111010110100011100101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74418; }

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

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

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

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

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

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

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

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