#A67C6B

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

Shades of Medium Wood #A67C6B

Tints of Medium Wood #A67C6B

Color information

#A67C6B (or 0xA67C6B) is unknown color: approx Medium Wood. HEX triplet: A6, 7C and 6B. RGB value is (166,124,107). Sum of RGB (Red+Green+Blue) = 166+124+107=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C6B is #598394. Grayscale: #868686. Windows color (decimal): -5866389 or 7044262. OLE color: 7044262.

HSL color Cylindrical-coordinate representation of color #A67C6B: hue angle of 17.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A67C6B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB166124107-
CMYK00.250.360.35
HSL17.29º24.89%53.53%-
HSV(B)17.29º35.54%65.1%-
XYZ25.5923.5817.11-
YUV134.62112.41150.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=41.81%
G=31.23%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612410700.250.360.3517.2924.8953.53
HexA67C6B0192423111936
Octal2461741530314443213166
Binary10100110111110011010110110011001001000111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C6B; }

 p { color: rgb(166,124,107); }

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

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

 a { background-color: rgb(166,124,107); }

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

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

 span { border-color: rgb(166,124,107); }

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