#A1816C

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

Shades of Medium Wood #A1816C

Tints of Medium Wood #A1816C

Color information

#A1816C (or 0xA1816C) is unknown color: approx Medium Wood. HEX triplet: A1, 81 and 6C. RGB value is (161,129,108). Sum of RGB (Red+Green+Blue) = 161+129+108=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1816C is #5E7E93. Grayscale: #888888. Windows color (decimal): -6192788 or 7111073. OLE color: 7111073.

HSL color Cylindrical-coordinate representation of color #A1816C: hue angle of 23.77º 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 #A1816C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161129108-
CMYK00.200.330.37
HSL23.77º21.99%52.75%-
HSV(B)23.77º32.92%63.14%-
XYZ25.2524.3617.56-
YUV136.17112.1145.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=40.45%
G=32.41%
B=27.14%

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
Decimal16112910800.200.330.3723.7721.9952.75
HexA1816C0142125181635
Octal2412011540244145302665
Binary101000011000000111011000101001000011001011100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1816C; }

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

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

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

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

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

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

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

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