#A9856D

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

Shades of Medium Wood #A9856D

Tints of Medium Wood #A9856D

Color information

#A9856D (or 0xA9856D) is unknown color: approx Medium Wood. HEX triplet: A9, 85 and 6D. RGB value is (169,133,109). Sum of RGB (Red+Green+Blue) = 169+133+109=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9856D is #567A92. Grayscale: #8D8D8D. Windows color (decimal): -5667475 or 7177641. OLE color: 7177641.

HSL color Cylindrical-coordinate representation of color #A9856D: hue angle of 24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9856D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169133109-
CMYK00.210.360.34
HSL24º25.86%54.51%-
HSV(B)24º35.5%66.27%-
XYZ27.5126.3118.1-
YUV141.03109.93147.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=41.12%
G=32.36%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913310900.210.360.342425.8654.51
HexA9856D0152422181a37
Octal2512051550254442303267
Binary101010011000010111011010101011001001000101100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9856D; }

 p { color: rgb(169,133,109); }

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

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

 a { background-color: rgb(169,133,109); }

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

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

 span { border-color: rgb(169,133,109); }

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