#A74218

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

Shades of Rust #A74218

Tints of Rust #A74218

Color information

#A74218 (or 0xA74218) is unknown color: approx Rust. HEX triplet: A7, 42 and 18. RGB value is (167,66,24). Sum of RGB (Red+Green+Blue) = 167+66+24=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A74218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74218 is #58BDE7. Grayscale: #5B5B5B. Windows color (decimal): -5815784 or 1589927. OLE color: 1589927.

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

Color convert

RGB1676624-
CMYK00.600.860.35
HSL17.62º74.87%37.45%-
HSV(B)17.62º85.63%65.49%-
XYZ18.0512.182.26-
YUV91.4189.96181.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=64.98%
G=25.68%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167662400.600.860.3517.6274.8737.45
HexA7421803C5623124b25
Octal24710230074126432211345
Binary1010011110000101100001111001010110100011100101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74218; }

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

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

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

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

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

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

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

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