#A1806C

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

Shades of Medium Wood #A1806C

Tints of Medium Wood #A1806C

Color information

#A1806C (or 0xA1806C) is unknown color: approx Medium Wood. HEX triplet: A1, 80 and 6C. RGB value is (161,128,108). Sum of RGB (Red+Green+Blue) = 161+128+108=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1806C is #5E7F93. Grayscale: #878787. Windows color (decimal): -6193044 or 7110817. OLE color: 7110817.

HSL color Cylindrical-coordinate representation of color #A1806C: hue angle of 22.64º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1806C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161128108-
CMYK00.200.330.37
HSL22.64º21.99%52.75%-
HSV(B)22.64º32.92%63.14%-
XYZ25.1224.117.51-
YUV135.59112.43146.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=40.55%
G=32.24%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112810800.200.330.3722.6421.9952.75
HexA1806C0142125171635
Octal2412001540244145272665
Binary101000011000000011011000101001000011001011011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1806C; }

 p { color: rgb(161,128,108); }

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

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

 a { background-color: rgb(161,128,108); }

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

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

 span { border-color: rgb(161,128,108); }

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