#A87280

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

Shades of Tapestry #A87280

Tints of Tapestry #A87280

Color information

#A87280 (or 0xA87280) is unknown color: approx Tapestry. HEX triplet: A8, 72 and 80. RGB value is (168,114,128). Sum of RGB (Red+Green+Blue) = 168+114+128=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A87280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87280 is #578D7F. Grayscale: #838383. Windows color (decimal): -5737856 or 8417960. OLE color: 8417960.

HSL color Cylindrical-coordinate representation of color #A87280: hue angle of 344.44º 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 #A87280 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168114128-
CMYK00.320.240.34
HSL344.44º23.68%55.29%-
HSV(B)344.44º32.14%65.88%-
XYZ26.0621.9223.28-
YUV131.74125.89153.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=40.98%
G=27.80%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811412800.320.240.34344.4423.6855.29
HexA8728002018221581837
Octal25016220004030425303067
Binary1010100011100101000000001000001100010001010101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87280; }

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

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

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

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

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

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

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

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