#A67D61

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

Shades of Medium Wood #A67D61

Tints of Medium Wood #A67D61

Color information

#A67D61 (or 0xA67D61) is unknown color: approx Medium Wood. HEX triplet: A6, 7D and 61. RGB value is (166,125,97). Sum of RGB (Red+Green+Blue) = 166+125+97=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D61 is #59829E. Grayscale: #868686. Windows color (decimal): -5866143 or 6389158. OLE color: 6389158.

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

Color convert

RGB16612597-
CMYK00.250.420.35
HSL24.35º27.94%51.57%-
HSV(B)24.35º41.57%65.1%-
XYZ25.2223.6414.54-
YUV134.07107.08150.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 97 (38.28% from 255) = 25%
R=42.78%
G=32.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661259700.250.420.3524.3527.9451.57
HexA67D610192A23181c34
Octal2461751410315243303464
Binary10100110111110111000010110011010101000111100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D61; }

 p { color: rgb(166,125,97); }

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

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

 a { background-color: rgb(166,125,97); }

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

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

 span { border-color: rgb(166,125,97); }

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