#A67B64

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

Shades of Medium Wood #A67B64

Tints of Medium Wood #A67B64

Color information

#A67B64 (or 0xA67B64) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 64. RGB value is (166,123,100). Sum of RGB (Red+Green+Blue) = 166+123+100=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B64 is #59849B. Grayscale: #858585. Windows color (decimal): -5866652 or 6585254. OLE color: 6585254.

HSL color Cylindrical-coordinate representation of color #A67B64: hue angle of 20.91º 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 #A67B64 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB166123100-
CMYK00.260.400.35
HSL20.91º27.05%52.16%-
HSV(B)20.91º39.76%65.1%-
XYZ25.1123.1915.21-
YUV133.23109.25151.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=42.67%
G=31.62%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612310000.260.400.3520.9127.0552.16
HexA67B6401A2823151b34
Octal2461731440325043253364
Binary10100110111101111001000110101010001000111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B64; }

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

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

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

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

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

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

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

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