#A8836F

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

Shades of Medium Wood #A8836F

Tints of Medium Wood #A8836F

Color information

#A8836F (or 0xA8836F) is unknown color: approx Medium Wood. HEX triplet: A8, 83 and 6F. RGB value is (168,131,111). Sum of RGB (Red+Green+Blue) = 168+131+111=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8836F is #577C90. Grayscale: #8B8B8B. Windows color (decimal): -5733521 or 7308200. OLE color: 7308200.

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

Color convert

RGB168131111-
CMYK00.220.340.34
HSL21.05º24.68%54.71%-
HSV(B)21.05º33.93%65.88%-
XYZ27.1325.7118.57-
YUV139.78111.76148.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=40.98%
G=31.95%
B=27.07%

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
Decimal16813111100.220.340.3421.0524.6854.71
HexA8836F0162222151937
Octal2502031570264242253167
Binary101010001000001111011110101101000101000101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8836F; }

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

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

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

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

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

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

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

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