#A47A5D

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

Shades of Medium Wood #A47A5D

Tints of Medium Wood #A47A5D

Color information

#A47A5D (or 0xA47A5D) is unknown color: approx Medium Wood. HEX triplet: A4, 7A and 5D. RGB value is (164,122,93). Sum of RGB (Red+Green+Blue) = 164+122+93=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A5D is #5B85A2. Grayscale: #838383. Windows color (decimal): -5997987 or 6126244. OLE color: 6126244.

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

Color convert

RGB16412293-
CMYK00.260.430.36
HSL24.51º28.06%50.39%-
HSV(B)24.51º43.29%64.31%-
XYZ24.2522.613.44-
YUV131.25106.41151.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=43.27%
G=32.19%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641229300.260.430.3624.5128.0650.39
HexA47A5D01A2B24191c32
Octal2441721350325344313462
Binary10100100111101010111010110101010111001001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A5D; }

 p { color: rgb(164,122,93); }

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

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

 a { background-color: rgb(164,122,93); }

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

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

 span { border-color: rgb(164,122,93); }

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