#A8816B

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

Shades of Medium Wood #A8816B

Tints of Medium Wood #A8816B

Color information

#A8816B (or 0xA8816B) is unknown color: approx Medium Wood. HEX triplet: A8, 81 and 6B. RGB value is (168,129,107). Sum of RGB (Red+Green+Blue) = 168+129+107=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8816B is #577E94. Grayscale: #8A8A8A. Windows color (decimal): -5734037 or 7045544. OLE color: 7045544.

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

Color convert

RGB168129107-
CMYK00.230.360.34
HSL21.64º25.96%53.92%-
HSV(B)21.64º36.31%65.88%-
XYZ26.6525.0917.35-
YUV138.15110.42149.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=41.58%
G=31.93%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812910700.230.360.3421.6425.9653.92
HexA8816B0172422161a36
Octal2502011530274442263266
Binary101010001000000111010110101111001001000101011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8816B; }

 p { color: rgb(168,129,107); }

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

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

 a { background-color: rgb(168,129,107); }

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

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

 span { border-color: rgb(168,129,107); }

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