#A87388

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

Shades of Tapestry #A87388

Tints of Tapestry #A87388

Color information

#A87388 (or 0xA87388) is unknown color: approx Tapestry. HEX triplet: A8, 73 and 88. RGB value is (168,115,136). Sum of RGB (Red+Green+Blue) = 168+115+136=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A87388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87388 is #578C77. Grayscale: #858585. Windows color (decimal): -5737592 or 8942504. OLE color: 8942504.

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

Color convert

RGB168115136-
CMYK00.320.190.34
HSL336.23º23.35%55.49%-
HSV(B)336.23º31.55%65.88%-
XYZ26.7222.3626.2-
YUV133.24129.56152.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=40.10%
G=27.45%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811513600.320.190.34336.2323.3555.49
HexA8738802013221501737
Octal25016321004023425202767
Binary1010100011100111000100001000001001110001010101000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87388; }

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

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

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

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

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

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

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

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