#A47681

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

Shades of Tapestry #A47681

Tints of Tapestry #A47681

Color information

#A47681 (or 0xA47681) is unknown color: approx Tapestry. HEX triplet: A4, 76 and 81. RGB value is (164,118,129). Sum of RGB (Red+Green+Blue) = 164+118+129=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47681 is #5B897E. Grayscale: #858585. Windows color (decimal): -5998975 or 8484516. OLE color: 8484516.

HSL color Cylindrical-coordinate representation of color #A47681: hue angle of 345.65º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47681 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164118129-
CMYK00.280.210.36
HSL345.65º20.18%55.29%-
HSV(B)345.65º28.05%64.31%-
XYZ25.7522.4323.74-
YUV133.01125.74150.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=39.90%
G=28.71%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411812900.280.210.36345.6520.1855.29
HexA4768101C152415a1437
Octal24416620103425445322467
Binary101001001110110100000010111001010110010010101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47681; }

 p { color: rgb(164,118,129); }

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

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

 a { background-color: rgb(164,118,129); }

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

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

 span { border-color: rgb(164,118,129); }

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