#A87284

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

Shades of Tapestry #A87284

Tints of Tapestry #A87284

Color information

#A87284 (or 0xA87284) is unknown color: approx Tapestry. HEX triplet: A8, 72 and 84. RGB value is (168,114,132). Sum of RGB (Red+Green+Blue) = 168+114+132=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A87284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87284 is #578D7B. Grayscale: #848484. Windows color (decimal): -5737852 or 8680104. OLE color: 8680104.

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

Color convert

RGB168114132-
CMYK00.320.210.34
HSL340º23.68%55.29%-
HSV(B)340º32.14%65.88%-
XYZ26.3322.0324.69-
YUV132.2127.89153.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=40.58%
G=27.54%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811413200.320.210.3434023.6855.29
HexA8728402015221541837
Octal25016220404025425243067
Binary1010100011100101000010001000001010110001010101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87284; }

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

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

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

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

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

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

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

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