#A67E6D

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

Shades of Medium Wood #A67E6D

Tints of Medium Wood #A67E6D

Color information

#A67E6D (or 0xA67E6D) is unknown color: approx Medium Wood. HEX triplet: A6, 7E and 6D. RGB value is (166,126,109). Sum of RGB (Red+Green+Blue) = 166+126+109=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E6D is #598192. Grayscale: #888888. Windows color (decimal): -5865875 or 7175846. OLE color: 7175846.

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

Color convert

RGB166126109-
CMYK00.240.340.35
HSL17.89º24.26%53.92%-
HSV(B)17.89º34.34%65.1%-
XYZ25.9524.1317.76-
YUV136.02112.75149.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=41.40%
G=31.42%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612610900.240.340.3517.8924.2653.92
HexA67E6D0182223121836
Octal2461761550304243223066
Binary10100110111111011011010110001000101000111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E6D; }

 p { color: rgb(166,126,109); }

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

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

 a { background-color: rgb(166,126,109); }

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

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

 span { border-color: rgb(166,126,109); }

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