#A87288

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

Shades of Tapestry #A87288

Tints of Tapestry #A87288

Color information

#A87288 (or 0xA87288) is unknown color: approx Tapestry. HEX triplet: A8, 72 and 88. RGB value is (168,114,136). Sum of RGB (Red+Green+Blue) = 168+114+136=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87288 is #578D77. Grayscale: #848484. Windows color (decimal): -5737848 or 8942248. OLE color: 8942248.

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

Color convert

RGB168114136-
CMYK00.320.190.34
HSL335.56º23.68%55.29%-
HSV(B)335.56º32.14%65.88%-
XYZ26.6122.1426.16-
YUV132.65129.89153.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=40.19%
G=27.27%
B=32.54%

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
Decimal16811413600.320.190.34335.5623.6855.29
HexA8728802013221501837
Octal25016221004023425203067
Binary1010100011100101000100001000001001110001010101000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87288; }

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

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

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

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

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

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

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

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