#A47B61

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

Shades of Medium Wood #A47B61

Tints of Medium Wood #A47B61

Color information

#A47B61 (or 0xA47B61) is unknown color: approx Medium Wood. HEX triplet: A4, 7B and 61. RGB value is (164,123,97). Sum of RGB (Red+Green+Blue) = 164+123+97=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B61 is #5B849E. Grayscale: #848484. Windows color (decimal): -5997727 or 6388644. OLE color: 6388644.

HSL color Cylindrical-coordinate representation of color #A47B61: hue angle of 23.28º 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 #A47B61 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16412397-
CMYK00.250.410.36
HSL23.28º26.91%51.18%-
HSV(B)23.28º40.85%64.31%-
XYZ24.5522.9214.44-
YUV132.29108.08150.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=42.71%
G=32.03%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641239700.250.410.3623.2826.9151.18
HexA47B610192924171b33
Octal2441731410315144273363
Binary10100100111101111000010110011010011001001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B61; }

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

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

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

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

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

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

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

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