#A78470

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

Shades of Medium Wood #A78470

Tints of Medium Wood #A78470

Color information

#A78470 (or 0xA78470) is unknown color: approx Medium Wood. HEX triplet: A7, 84 and 70. RGB value is (167,132,112). Sum of RGB (Red+Green+Blue) = 167+132+112=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A78470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78470 is #587B8F. Grayscale: #8C8C8C. Windows color (decimal): -5798800 or 7373991. OLE color: 7373991.

HSL color Cylindrical-coordinate representation of color #A78470: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A78470 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167132112-
CMYK00.210.330.35
HSL21.82º23.81%54.71%-
HSV(B)21.82º32.93%65.49%-
XYZ27.1125.8918.9-
YUV140.18112.1147.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=40.63%
G=32.12%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713211200.210.330.3521.8223.8154.71
HexA784700152123161837
Octal2472041600254143263067
Binary101001111000010011100000101011000011000111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78470; }

 p { color: rgb(167,132,112); }

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

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

 a { background-color: rgb(167,132,112); }

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

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

 span { border-color: rgb(167,132,112); }

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