#A67E61

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

Shades of Medium Wood #A67E61

Tints of Medium Wood #A67E61

Color information

#A67E61 (or 0xA67E61) is unknown color: approx Medium Wood. HEX triplet: A6, 7E and 61. RGB value is (166,126,97). Sum of RGB (Red+Green+Blue) = 166+126+97=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E61 is #59819E. Grayscale: #868686. Windows color (decimal): -5865887 or 6389414. OLE color: 6389414.

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

Color convert

RGB16612697-
CMYK00.240.420.35
HSL25.22º27.94%51.57%-
HSV(B)25.22º41.57%65.1%-
XYZ25.3423.8914.59-
YUV134.65106.75150.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=42.67%
G=32.39%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661269700.240.420.3525.2227.9451.57
HexA67E610182A23191c34
Octal2461761410305243313464
Binary10100110111111011000010110001010101000111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E61; }

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

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

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

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

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

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

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

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