#A78170

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

Shades of Medium Wood #A78170

Tints of Medium Wood #A78170

Color information

#A78170 (or 0xA78170) is unknown color: approx Medium Wood. HEX triplet: A7, 81 and 70. RGB value is (167,129,112). Sum of RGB (Red+Green+Blue) = 167+129+112=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A78170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78170 is #587E8F. Grayscale: #8A8A8A. Windows color (decimal): -5799568 or 7373223. OLE color: 7373223.

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

Color convert

RGB167129112-
CMYK00.230.330.35
HSL18.55º23.81%54.71%-
HSV(B)18.55º32.93%65.49%-
XYZ26.7125.0918.76-
YUV138.42113.09148.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=40.93%
G=31.62%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712911200.230.330.3518.5523.8154.71
HexA781700172123131837
Octal2472011600274143233067
Binary101001111000000111100000101111000011000111001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78170; }

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

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

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

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

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

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

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

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