#A16F7F

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

Shades of Tapestry #A16F7F

Tints of Tapestry #A16F7F

Color information

#A16F7F (or 0xA16F7F) is unknown color: approx Tapestry. HEX triplet: A1, 6F and 7F. RGB value is (161,111,127). Sum of RGB (Red+Green+Blue) = 161+111+127=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F7F is #5E9080. Grayscale: #7F7F7F. Windows color (decimal): -6197377 or 8351649. OLE color: 8351649.

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

Color convert

RGB161111127-
CMYK00.310.210.37
HSL340.8º21.01%53.33%-
HSV(B)340.8º31.06%63.14%-
XYZ24.2120.4822.76-
YUV127.77127.56151.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 127 (50% from 255) = 31.83%
R=40.35%
G=27.82%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111112700.310.210.37340.821.0153.33
HexA16F7F01F15251551535
Octal24115717703725455252565
Binary10100001110111111111110111111010110010110101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F7F; }

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

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

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

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

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

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

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

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