#A78370

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

Shades of Medium Wood #A78370

Tints of Medium Wood #A78370

Color information

#A78370 (or 0xA78370) is unknown color: approx Medium Wood. HEX triplet: A7, 83 and 70. RGB value is (167,131,112). Sum of RGB (Red+Green+Blue) = 167+131+112=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A78370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78370 is #587C8F. Grayscale: #8B8B8B. Windows color (decimal): -5799056 or 7373735. OLE color: 7373735.

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

Color convert

RGB167131112-
CMYK00.220.330.35
HSL20.73º23.81%54.71%-
HSV(B)20.73º32.93%65.49%-
XYZ26.9825.6218.85-
YUV139.6112.43147.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=40.73%
G=31.95%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713111200.220.330.3520.7323.8154.71
HexA783700162123151837
Octal2472031600264143253067
Binary101001111000001111100000101101000011000111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78370; }

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

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

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

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

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

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

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

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