#A67B60

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

Shades of Medium Wood #A67B60

Tints of Medium Wood #A67B60

Color information

#A67B60 (or 0xA67B60) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 60. RGB value is (166,123,96). Sum of RGB (Red+Green+Blue) = 166+123+96=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B60 is #59849F. Grayscale: #848484. Windows color (decimal): -5866656 or 6323110. OLE color: 6323110.

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

Color convert

RGB16612396-
CMYK00.260.420.35
HSL23.14º28.23%51.37%-
HSV(B)23.14º42.17%65.1%-
XYZ24.9223.1214.22-
YUV132.78107.25151.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=43.12%
G=31.95%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661239600.260.420.3523.1428.2351.37
HexA67B6001A2A23171c33
Octal2461731400325243273463
Binary10100110111101111000000110101010101000111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B60; }

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

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

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

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

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

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

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

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