#A67D6C

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

Shades of Medium Wood #A67D6C

Tints of Medium Wood #A67D6C

Color information

#A67D6C (or 0xA67D6C) is unknown color: approx Medium Wood. HEX triplet: A6, 7D and 6C. RGB value is (166,125,108). Sum of RGB (Red+Green+Blue) = 166+125+108=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D6C is #598293. Grayscale: #878787. Windows color (decimal): -5866132 or 7110054. OLE color: 7110054.

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

Color convert

RGB166125108-
CMYK00.250.350.35
HSL17.59º24.58%53.73%-
HSV(B)17.59º34.94%65.1%-
XYZ25.7723.8617.43-
YUV135.32112.58149.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=41.60%
G=31.33%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612510800.250.350.3517.5924.5853.73
HexA67D6C0192323121936
Octal2461751540314343223166
Binary10100110111110111011000110011000111000111001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D6C; }

 p { color: rgb(166,125,108); }

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

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

 a { background-color: rgb(166,125,108); }

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

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

 span { border-color: rgb(166,125,108); }

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