#A8856D

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

Shades of Medium Wood #A8856D

Tints of Medium Wood #A8856D

Color information

#A8856D (or 0xA8856D) is unknown color: approx Medium Wood. HEX triplet: A8, 85 and 6D. RGB value is (168,133,109). Sum of RGB (Red+Green+Blue) = 168+133+109=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8856D is #577A92. Grayscale: #8C8C8C. Windows color (decimal): -5733011 or 7177640. OLE color: 7177640.

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

Color convert

RGB168133109-
CMYK00.210.350.34
HSL24.41º25.32%54.31%-
HSV(B)24.41º35.12%65.88%-
XYZ27.326.218.09-
YUV140.73110.1147.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=40.98%
G=32.44%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813310900.210.350.3424.4125.3254.31
HexA8856D0152322181936
Octal2502051550254342303166
Binary101010001000010111011010101011000111000101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8856D; }

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

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

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

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

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

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

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

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