#A67E65

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

Shades of Medium Wood #A67E65

Tints of Medium Wood #A67E65

Color information

#A67E65 (or 0xA67E65) is unknown color: approx Medium Wood. HEX triplet: A6, 7E and 65. RGB value is (166,126,101). Sum of RGB (Red+Green+Blue) = 166+126+101=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E65 is #59819A. Grayscale: #878787. Windows color (decimal): -5865883 or 6651558. OLE color: 6651558.

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

Color convert

RGB166126101-
CMYK00.240.390.35
HSL23.08º26.75%52.35%-
HSV(B)23.08º39.16%65.1%-
XYZ25.5423.9715.59-
YUV135.11108.75150.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=42.24%
G=32.06%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612610100.240.390.3523.0826.7552.35
HexA67E650182723171b34
Octal2461761450304743273364
Binary10100110111111011001010110001001111000111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E65; }

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

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

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

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

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

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

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

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