#A87381

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

Shades of Tapestry #A87381

Tints of Tapestry #A87381

Color information

#A87381 (or 0xA87381) is unknown color: approx Tapestry. HEX triplet: A8, 73 and 81. RGB value is (168,115,129). Sum of RGB (Red+Green+Blue) = 168+115+129=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A87381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87381 is #578C7E. Grayscale: #848484. Windows color (decimal): -5737599 or 8483752. OLE color: 8483752.

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

Color convert

RGB168115129-
CMYK00.320.230.34
HSL344.15º23.35%55.49%-
HSV(B)344.15º31.55%65.88%-
XYZ26.2422.1723.67-
YUV132.44126.06153.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=40.78%
G=27.91%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811512900.320.230.34344.1523.3555.49
HexA8738102017221581737
Octal25016320104027425302767
Binary1010100011100111000000101000001011110001010101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87381; }

 p { color: rgb(168,115,129); }

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

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

 a { background-color: rgb(168,115,129); }

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

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

 span { border-color: rgb(168,115,129); }

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