#A67A64

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

Shades of Medium Wood #A67A64

Tints of Medium Wood #A67A64

Color information

#A67A64 (or 0xA67A64) is unknown color: approx Medium Wood. HEX triplet: A6, 7A and 64. RGB value is (166,122,100). Sum of RGB (Red+Green+Blue) = 166+122+100=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A64 is #59859B. Grayscale: #848484. Windows color (decimal): -5866908 or 6584998. OLE color: 6584998.

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

Color convert

RGB166122100-
CMYK00.270.400.35
HSL20º27.05%52.16%-
HSV(B)20º39.76%65.1%-
XYZ24.9922.9515.17-
YUV132.65109.58151.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=42.78%
G=31.44%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612210000.270.400.352027.0552.16
HexA67A6401B2823141b34
Octal2461721440335043243364
Binary10100110111101011001000110111010001000111010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A64; }

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

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

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

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

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

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

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

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