#A67B59

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

Shades of Medium Wood #A67B59

Tints of Medium Wood #A67B59

Color information

#A67B59 (or 0xA67B59) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 59. RGB value is (166,123,89). Sum of RGB (Red+Green+Blue) = 166+123+89=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B59 is #5984A6. Grayscale: #848484. Windows color (decimal): -5866663 or 5864358. OLE color: 5864358.

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

Color convert

RGB16612389-
CMYK00.260.460.35
HSL26.49º30.2%50%-
HSV(B)26.49º46.39%65.1%-
XYZ24.6122.9912.59-
YUV131.98103.75152.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=43.92%
G=32.54%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661238900.260.460.3526.4930.250
HexA67B5901A2E231a1e32
Octal2461731310325643323662
Binary10100110111101110110010110101011101000111101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B59; }

 p { color: rgb(166,123,89); }

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

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

 a { background-color: rgb(166,123,89); }

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

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

 span { border-color: rgb(166,123,89); }

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