#A47959

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

Shades of Medium Wood #A47959

Tints of Medium Wood #A47959

Color information

#A47959 (or 0xA47959) is unknown color: approx Medium Wood. HEX triplet: A4, 79 and 59. RGB value is (164,121,89). Sum of RGB (Red+Green+Blue) = 164+121+89=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A47959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47959 is #5B86A6. Grayscale: #828282. Windows color (decimal): -5998247 or 5863844. OLE color: 5863844.

HSL color Cylindrical-coordinate representation of color #A47959: hue angle of 25.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47959 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16412189-
CMYK00.260.460.36
HSL25.6º29.64%49.61%-
HSV(B)25.6º45.73%64.31%-
XYZ23.9522.2912.49-
YUV130.21104.75152.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=43.85%
G=32.35%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641218900.260.460.3625.629.6449.61
HexA4795901A2E241a1e32
Octal2441711310325644323662
Binary10100100111100110110010110101011101001001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47959; }

 p { color: rgb(164,121,89); }

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

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

 a { background-color: rgb(164,121,89); }

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

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

 span { border-color: rgb(164,121,89); }

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