#A16C7F

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

Shades of Tapestry #A16C7F

Tints of Tapestry #A16C7F

Color information

#A16C7F (or 0xA16C7F) is unknown color: approx Tapestry. HEX triplet: A1, 6C and 7F. RGB value is (161,108,127). Sum of RGB (Red+Green+Blue) = 161+108+127=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C7F is #5E9380. Grayscale: #7D7D7D. Windows color (decimal): -6198145 or 8350881. OLE color: 8350881.

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

Color convert

RGB161108127-
CMYK00.330.210.37
HSL338.49º21.99%52.75%-
HSV(B)338.49º32.92%63.14%-
XYZ23.8919.8322.65-
YUV126.01128.56152.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 127 (50% from 255) = 32.07%
R=40.66%
G=27.27%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110812700.330.210.37338.4921.9952.75
HexA16C7F02115251521635
Octal24115417704125455222665
Binary101000011101100111111101000011010110010110101001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C7F; }

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

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

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

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

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

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

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

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