#A87788

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

Shades of Tapestry #A87788

Tints of Tapestry #A87788

Color information

#A87788 (or 0xA87788) is unknown color: approx Tapestry. HEX triplet: A8, 77 and 88. RGB value is (168,119,136). Sum of RGB (Red+Green+Blue) = 168+119+136=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A87788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87788 is #578877. Grayscale: #878787. Windows color (decimal): -5736568 or 8943528. OLE color: 8943528.

HSL color Cylindrical-coordinate representation of color #A87788: hue angle of 339.18º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87788 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB168119136-
CMYK00.290.190.34
HSL339.18º21.97%56.27%-
HSV(B)339.18º29.17%65.88%-
XYZ27.1923.326.36-
YUV135.59128.23151.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=39.72%
G=28.13%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811913600.290.190.34339.1821.9756.27
HexA8778801D13221531638
Octal25016721003523425232670
Binary101010001110111100010000111011001110001010101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87788; }

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

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

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

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

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

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

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

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