#A1816B

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

Shades of Medium Wood #A1816B

Tints of Medium Wood #A1816B

Color information

#A1816B (or 0xA1816B) is unknown color: approx Medium Wood. HEX triplet: A1, 81 and 6B. RGB value is (161,129,107). Sum of RGB (Red+Green+Blue) = 161+129+107=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1816B is #5E7E94. Grayscale: #888888. Windows color (decimal): -6192789 or 7045537. OLE color: 7045537.

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

Color convert

RGB161129107-
CMYK00.200.340.37
HSL24.44º22.31%52.55%-
HSV(B)24.44º33.54%63.14%-
XYZ25.224.3417.28-
YUV136.06111.6145.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=40.55%
G=32.49%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112910700.200.340.3724.4422.3152.55
HexA1816B0142225181635
Octal2412011530244245302665
Binary101000011000000111010110101001000101001011100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1816B; }

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

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

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

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

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

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

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

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