#A67E64

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

Shades of Medium Wood #A67E64

Tints of Medium Wood #A67E64

Color information

#A67E64 (or 0xA67E64) is unknown color: approx Medium Wood. HEX triplet: A6, 7E and 64. RGB value is (166,126,100). Sum of RGB (Red+Green+Blue) = 166+126+100=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E64 is #59819B. Grayscale: #878787. Windows color (decimal): -5865884 or 6586022. OLE color: 6586022.

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

Color convert

RGB166126100-
CMYK00.240.400.35
HSL23.64º27.05%52.16%-
HSV(B)23.64º39.76%65.1%-
XYZ25.4923.9515.34-
YUV135108.25150.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=42.35%
G=32.14%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612610000.240.400.3523.6427.0552.16
HexA67E640182823181b34
Octal2461761440305043303364
Binary10100110111111011001000110001010001000111100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E64; }

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

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

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

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

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

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

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

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