#A87084

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

Shades of Tapestry #A87084

Tints of Tapestry #A87084

Color information

#A87084 (or 0xA87084) is unknown color: approx Tapestry. HEX triplet: A8, 70 and 84. RGB value is (168,112,132). Sum of RGB (Red+Green+Blue) = 168+112+132=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A87084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87084 is #578F7B. Grayscale: #838383. Windows color (decimal): -5738364 or 8679592. OLE color: 8679592.

HSL color Cylindrical-coordinate representation of color #A87084: hue angle of 338.57º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87084 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168112132-
CMYK00.330.210.34
HSL338.57º24.35%54.9%-
HSV(B)338.57º33.33%65.88%-
XYZ26.1121.5824.62-
YUV131.02128.55154.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=40.78%
G=27.18%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811213200.330.210.34338.5724.3554.9
HexA8708402115221531837
Octal25016020404125425233067
Binary1010100011100001000010001000011010110001010101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87084; }

 p { color: rgb(168,112,132); }

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

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

 a { background-color: rgb(168,112,132); }

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

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

 span { border-color: rgb(168,112,132); }

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