#A67C67

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

Shades of Medium Wood #A67C67

Tints of Medium Wood #A67C67

Color information

#A67C67 (or 0xA67C67) is unknown color: approx Medium Wood. HEX triplet: A6, 7C and 67. RGB value is (166,124,103). Sum of RGB (Red+Green+Blue) = 166+124+103=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C67 is #598398. Grayscale: #868686. Windows color (decimal): -5866393 or 6782118. OLE color: 6782118.

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

Color convert

RGB166124103-
CMYK00.250.380.35
HSL20º26.14%52.75%-
HSV(B)20º37.95%65.1%-
XYZ25.3823.516.03-
YUV134.16110.41150.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=42.24%
G=31.55%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612410300.250.380.352026.1452.75
HexA67C670192623141a35
Octal2461741470314643243265
Binary10100110111110011001110110011001101000111010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C67; }

 p { color: rgb(166,124,103); }

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

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

 a { background-color: rgb(166,124,103); }

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

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

 span { border-color: rgb(166,124,103); }

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