#A88389

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

Shades of Tapestry #A88389

Tints of Tapestry #A88389

Color information

#A88389 (or 0xA88389) is unknown color: approx Tapestry. HEX triplet: A8, 83 and 89. RGB value is (168,131,137). Sum of RGB (Red+Green+Blue) = 168+131+137=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A88389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88389 is #577C76. Grayscale: #8E8E8E. Windows color (decimal): -5733495 or 9012136. OLE color: 9012136.

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

Color convert

RGB168131137-
CMYK00.220.180.34
HSL350.27º17.54%58.63%-
HSV(B)350.27º22.02%65.88%-
XYZ28.7826.3627.24-
YUV142.75124.76146.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=38.53%
G=30.05%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813113700.220.180.34350.2717.5458.63
HexA88389016122215e123b
Octal25020321102622425362273
Binary1010100010000011100010010101101001010001010101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88389; }

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

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

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

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

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

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

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

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