#A8846F

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

Shades of Medium Wood #A8846F

Tints of Medium Wood #A8846F

Color information

#A8846F (or 0xA8846F) is unknown color: approx Medium Wood. HEX triplet: A8, 84 and 6F. RGB value is (168,132,111). Sum of RGB (Red+Green+Blue) = 168+132+111=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8846F is #577B90. Grayscale: #8C8C8C. Windows color (decimal): -5733265 or 7308456. OLE color: 7308456.

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

Color convert

RGB168132111-
CMYK00.210.340.34
HSL22.11º24.68%54.71%-
HSV(B)22.11º33.93%65.88%-
XYZ27.2725.9818.62-
YUV140.37111.43147.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=40.88%
G=32.12%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813211100.210.340.3422.1124.6854.71
HexA8846F0152222161937
Octal2502041570254242263167
Binary101010001000010011011110101011000101000101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8846F; }

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

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

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

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

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

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

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

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