#A78467

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

Shades of Medium Wood #A78467

Tints of Medium Wood #A78467

Color information

#A78467 (or 0xA78467) is unknown color: approx Medium Wood. HEX triplet: A7, 84 and 67. RGB value is (167,132,103). Sum of RGB (Red+Green+Blue) = 167+132+103=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A78467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78467 is #587B98. Grayscale: #8B8B8B. Windows color (decimal): -5798809 or 6784167. OLE color: 6784167.

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

Color convert

RGB167132103-
CMYK00.210.380.35
HSL27.19º26.67%52.94%-
HSV(B)27.19º38.32%65.49%-
XYZ26.6425.716.39-
YUV139.16107.6147.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=41.54%
G=32.84%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713210300.210.380.3527.1926.6752.94
HexA7846701526231b1b35
Octal2472041470254643333365
Binary101001111000010011001110101011001101000111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78467; }

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

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

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

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

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

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

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

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