#A47D61

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

Shades of Medium Wood #A47D61

Tints of Medium Wood #A47D61

Color information

#A47D61 (or 0xA47D61) is unknown color: approx Medium Wood. HEX triplet: A4, 7D and 61. RGB value is (164,125,97). Sum of RGB (Red+Green+Blue) = 164+125+97=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D61 is #5B829E. Grayscale: #858585. Windows color (decimal): -5997215 or 6389156. OLE color: 6389156.

HSL color Cylindrical-coordinate representation of color #A47D61: hue angle of 25.07º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47D61 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16412597-
CMYK00.240.410.36
HSL25.07º26.91%51.18%-
HSV(B)25.07º40.85%64.31%-
XYZ24.823.4214.52-
YUV133.47107.42149.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=42.49%
G=32.38%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641259700.240.410.3625.0726.9151.18
HexA47D610182924191b33
Octal2441751410305144313363
Binary10100100111110111000010110001010011001001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D61; }

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

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

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

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

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

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

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

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