#A8856F

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

Shades of Medium Wood #A8856F

Tints of Medium Wood #A8856F

Color information

#A8856F (or 0xA8856F) is unknown color: approx Medium Wood. HEX triplet: A8, 85 and 6F. RGB value is (168,133,111). Sum of RGB (Red+Green+Blue) = 168+133+111=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8856F is #577A90. Grayscale: #8D8D8D. Windows color (decimal): -5733009 or 7308712. OLE color: 7308712.

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

Color convert

RGB168133111-
CMYK00.210.340.34
HSL23.16º24.68%54.71%-
HSV(B)23.16º33.93%65.88%-
XYZ27.4126.2518.66-
YUV140.96111.1147.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=40.78%
G=32.28%
B=26.94%

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
Decimal16813311100.210.340.3423.1624.6854.71
HexA8856F0152222171937
Octal2502051570254242273167
Binary101010001000010111011110101011000101000101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8856F; }

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

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

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

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

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

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

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

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