#A88089

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

Shades of Tapestry #A88089

Tints of Tapestry #A88089

Color information

#A88089 (or 0xA88089) is unknown color: approx Tapestry. HEX triplet: A8, 80 and 89. RGB value is (168,128,137). Sum of RGB (Red+Green+Blue) = 168+128+137=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A88089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88089 is #577F76. Grayscale: #8C8C8C. Windows color (decimal): -5734263 or 9011368. OLE color: 9011368.

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

Color convert

RGB168128137-
CMYK00.240.180.34
HSL346.5º18.69%58.04%-
HSV(B)346.5º23.81%65.88%-
XYZ28.3825.5727.11-
YUV140.99125.75147.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=38.80%
G=29.56%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812813700.240.180.34346.518.6958.04
HexA88089018122215a133a
Octal25020021103022425322372
Binary1010100010000000100010010110001001010001010101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88089; }

 p { color: rgb(168,128,137); }

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

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

 a { background-color: rgb(168,128,137); }

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

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

 span { border-color: rgb(168,128,137); }

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