#A48162

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

Shades of Medium Wood #A48162

Tints of Medium Wood #A48162

Color information

#A48162 (or 0xA48162) is unknown color: approx Medium Wood. HEX triplet: A4, 81 and 62. RGB value is (164,129,98). Sum of RGB (Red+Green+Blue) = 164+129+98=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A48162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48162 is #5B7E9D. Grayscale: #888888. Windows color (decimal): -5996190 or 6455716. OLE color: 6455716.

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

Color convert

RGB16412998-
CMYK00.210.400.36
HSL28.18º26.61%51.37%-
HSV(B)28.18º40.24%64.31%-
XYZ25.3624.4714.94-
YUV135.93106.6148.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=41.94%
G=32.99%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641299800.210.400.3628.1826.6151.37
HexA4816201528241c1b33
Octal2442011420255044343363
Binary101001001000000111000100101011010001001001110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48162; }

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

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

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

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

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

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

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

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