#A9846E

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

Shades of Medium Wood #A9846E

Tints of Medium Wood #A9846E

Color information

#A9846E (or 0xA9846E) is unknown color: approx Medium Wood. HEX triplet: A9, 84 and 6E. RGB value is (169,132,110). Sum of RGB (Red+Green+Blue) = 169+132+110=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9846E is #567B91. Grayscale: #8C8C8C. Windows color (decimal): -5667730 or 7242921. OLE color: 7242921.

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

Color convert

RGB169132110-
CMYK00.220.350.34
HSL22.37º25.54%54.71%-
HSV(B)22.37º34.91%66.27%-
XYZ27.4326.0618.34-
YUV140.55110.76148.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=41.12%
G=32.12%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913211000.220.350.3422.3725.5454.71
HexA9846E0162322161a37
Octal2512041560264342263267
Binary101010011000010011011100101101000111000101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9846E; }

 p { color: rgb(169,132,110); }

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

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

 a { background-color: rgb(169,132,110); }

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

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

 span { border-color: rgb(169,132,110); }

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