#A9846F

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

Shades of Medium Wood #A9846F

Tints of Medium Wood #A9846F

Color information

#A9846F (or 0xA9846F) is unknown color: approx Medium Wood. HEX triplet: A9, 84 and 6F. RGB value is (169,132,111). Sum of RGB (Red+Green+Blue) = 169+132+111=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9846F is #567B90. Grayscale: #8C8C8C. Windows color (decimal): -5667729 or 7308457. OLE color: 7308457.

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

Color convert

RGB169132111-
CMYK00.220.340.34
HSL21.72º25.22%54.9%-
HSV(B)21.72º34.32%66.27%-
XYZ27.4826.0918.63-
YUV140.67111.26148.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=41.02%
G=32.04%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913211100.220.340.3421.7225.2254.9
HexA9846F0162222161937
Octal2512041570264242263167
Binary101010011000010011011110101101000101000101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9846F; }

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

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

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

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

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

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

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

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