#A88588

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

Shades of Tapestry #A88588

Tints of Tapestry #A88588

Color information

#A88588 (or 0xA88588) is unknown color: approx Tapestry. HEX triplet: A8, 85 and 88. RGB value is (168,133,136). Sum of RGB (Red+Green+Blue) = 168+133+136=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A88588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88588 is #577A77. Grayscale: #8F8F8F. Windows color (decimal): -5732984 or 8947112. OLE color: 8947112.

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

Color convert

RGB168133136-
CMYK00.210.190.34
HSL354.86º16.75%59.02%-
HSV(B)354.86º20.83%65.88%-
XYZ28.9826.8826.95-
YUV143.81123.6145.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=38.44%
G=30.43%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813313600.210.190.34354.8616.7559.02
HexA885880151322163113b
Octal25020521002523425432173
Binary1010100010000101100010000101011001110001010110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88588; }

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

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

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

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

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

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

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

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