#A47B62

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

Shades of Medium Wood #A47B62

Tints of Medium Wood #A47B62

Color information

#A47B62 (or 0xA47B62) is unknown color: approx Medium Wood. HEX triplet: A4, 7B and 62. RGB value is (164,123,98). Sum of RGB (Red+Green+Blue) = 164+123+98=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B62 is #5B849D. Grayscale: #848484. Windows color (decimal): -5997726 or 6454180. OLE color: 6454180.

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

Color convert

RGB16412398-
CMYK00.250.400.36
HSL22.73º26.61%51.37%-
HSV(B)22.73º40.24%64.31%-
XYZ24.622.9414.69-
YUV132.41108.58150.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=42.60%
G=31.95%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641239800.250.400.3622.7326.6151.37
HexA47B620192824171b33
Octal2441731420315044273363
Binary10100100111101111000100110011010001001001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B62; }

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

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

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

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

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

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

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

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