#A67B66

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

Shades of Medium Wood #A67B66

Tints of Medium Wood #A67B66

Color information

#A67B66 (or 0xA67B66) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 66. RGB value is (166,123,102). Sum of RGB (Red+Green+Blue) = 166+123+102=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B66 is #598499. Grayscale: #858585. Windows color (decimal): -5866650 or 6716326. OLE color: 6716326.

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

Color convert

RGB166123102-
CMYK00.260.390.35
HSL19.69º26.45%52.55%-
HSV(B)19.69º38.55%65.1%-
XYZ25.2123.2315.73-
YUV133.46110.25151.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=42.46%
G=31.46%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612310200.260.390.3519.6926.4552.55
HexA67B6601A2723141a35
Octal2461731460324743243265
Binary10100110111101111001100110101001111000111010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B66; }

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

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

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

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

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

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

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

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