#A67E69

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

Shades of Medium Wood #A67E69

Tints of Medium Wood #A67E69

Color information

#A67E69 (or 0xA67E69) is unknown color: approx Medium Wood. HEX triplet: A6, 7E and 69. RGB value is (166,126,105). Sum of RGB (Red+Green+Blue) = 166+126+105=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E69 is #598196. Grayscale: #878787. Windows color (decimal): -5865879 or 6913702. OLE color: 6913702.

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

Color convert

RGB166126105-
CMYK00.240.370.35
HSL20.66º25.52%53.14%-
HSV(B)20.66º36.75%65.1%-
XYZ25.7424.0516.65-
YUV135.57110.75149.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=41.81%
G=31.74%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612610500.240.370.3520.6625.5253.14
HexA67E690182523151a35
Octal2461761510304543253265
Binary10100110111111011010010110001001011000111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E69; }

 p { color: rgb(166,126,105); }

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

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

 a { background-color: rgb(166,126,105); }

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

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

 span { border-color: rgb(166,126,105); }

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