#A88289

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

Shades of Tapestry #A88289

Tints of Tapestry #A88289

Color information

#A88289 (or 0xA88289) is unknown color: approx Tapestry. HEX triplet: A8, 82 and 89. RGB value is (168,130,137). Sum of RGB (Red+Green+Blue) = 168+130+137=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A88289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88289 is #577D76. Grayscale: #8E8E8E. Windows color (decimal): -5733751 or 9011880. OLE color: 9011880.

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

Color convert

RGB168130137-
CMYK00.230.180.34
HSL348.95º17.92%58.43%-
HSV(B)348.95º22.62%65.88%-
XYZ28.6526.127.19-
YUV142.16125.09146.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=38.62%
G=29.89%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813013700.230.180.34348.9517.9258.43
HexA88289017122215d123a
Octal25020221102722425352272
Binary1010100010000010100010010101111001010001010101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88289; }

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

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

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

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

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

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

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

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