#A67B6B

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

Shades of Medium Wood #A67B6B

Tints of Medium Wood #A67B6B

Color information

#A67B6B (or 0xA67B6B) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 6B. RGB value is (166,123,107). Sum of RGB (Red+Green+Blue) = 166+123+107=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B6B is #598494. Grayscale: #868686. Windows color (decimal): -5866645 or 7044006. OLE color: 7044006.

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

Color convert

RGB166123107-
CMYK00.260.360.35
HSL16.27º24.89%53.53%-
HSV(B)16.27º35.54%65.1%-
XYZ25.4623.3317.07-
YUV134.03112.75150.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=41.92%
G=31.06%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612310700.260.360.3516.2724.8953.53
HexA67B6B01A2423101936
Octal2461731530324443203166
Binary10100110111101111010110110101001001000111000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B6B; }

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

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

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

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

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

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

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

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