#A16D7F

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

Shades of Tapestry #A16D7F

Tints of Tapestry #A16D7F

Color information

#A16D7F (or 0xA16D7F) is unknown color: approx Tapestry. HEX triplet: A1, 6D and 7F. RGB value is (161,109,127). Sum of RGB (Red+Green+Blue) = 161+109+127=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D7F is #5E9280. Grayscale: #7E7E7E. Windows color (decimal): -6197889 or 8351137. OLE color: 8351137.

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

Color convert

RGB161109127-
CMYK00.320.210.37
HSL339.23º21.67%52.94%-
HSV(B)339.23º32.3%63.14%-
XYZ2420.0522.68-
YUV126.6128.23152.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 127 (50% from 255) = 31.99%
R=40.55%
G=27.46%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110912700.320.210.37339.2321.6752.94
HexA16D7F02015251531635
Octal24115517704025455232665
Binary101000011101101111111101000001010110010110101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D7F; }

 p { color: rgb(161,109,127); }

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

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

 a { background-color: rgb(161,109,127); }

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

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

 span { border-color: rgb(161,109,127); }

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