#A78466

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

Shades of Medium Wood #A78466

Tints of Medium Wood #A78466

Color information

#A78466 (or 0xA78466) is unknown color: approx Medium Wood. HEX triplet: A7, 84 and 66. RGB value is (167,132,102). Sum of RGB (Red+Green+Blue) = 167+132+102=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A78466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78466 is #587B99. Grayscale: #8B8B8B. Windows color (decimal): -5798810 or 6718631. OLE color: 6718631.

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

Color convert

RGB167132102-
CMYK00.210.390.35
HSL27.69º26.97%52.75%-
HSV(B)27.69º38.92%65.49%-
XYZ26.5925.6816.13-
YUV139.05107.1147.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=41.65%
G=32.92%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713210200.210.390.3527.6926.9752.75
HexA7846601527231c1b35
Octal2472041460254743343365
Binary101001111000010011001100101011001111000111110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78466; }

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

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

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

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

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

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

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

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