#A47A5A

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

Shades of Medium Wood #A47A5A

Tints of Medium Wood #A47A5A

Color information

#A47A5A (or 0xA47A5A) is unknown color: approx Medium Wood. HEX triplet: A4, 7A and 5A. RGB value is (164,122,90). Sum of RGB (Red+Green+Blue) = 164+122+90=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A5A is #5B85A5. Grayscale: #838383. Windows color (decimal): -5997990 or 5929636. OLE color: 5929636.

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

Color convert

RGB16412290-
CMYK00.260.450.36
HSL25.95º29.13%49.8%-
HSV(B)25.95º45.12%64.31%-
XYZ24.1122.5512.75-
YUV130.91104.91151.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=43.62%
G=32.45%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641229000.260.450.3625.9529.1349.8
HexA47A5A01A2D241a1d32
Octal2441721320325544323562
Binary10100100111101010110100110101011011001001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A5A; }

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

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

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

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

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

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

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

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