#A88490

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

Shades of Tapestry #A88490

Tints of Tapestry #A88490

Color information

#A88490 (or 0xA88490) is unknown color: approx Tapestry. HEX triplet: A8, 84 and 90. RGB value is (168,132,144). Sum of RGB (Red+Green+Blue) = 168+132+144=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A88490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88490 is #577B6F. Grayscale: #909090. Windows color (decimal): -5733232 or 9471144. OLE color: 9471144.

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

Color convert

RGB168132144-
CMYK00.210.140.34
HSL340º17.14%58.82%-
HSV(B)340º21.43%65.88%-
XYZ29.4326.8430.02-
YUV144.13127.93145.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=37.84%
G=29.73%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813214400.210.140.3434017.1458.82
HexA88490015E22154113b
Octal25020422002516425242173
Binary101010001000010010010000010101111010001010101010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88490; }

 p { color: rgb(168,132,144); }

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

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

 a { background-color: rgb(168,132,144); }

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

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

 span { border-color: rgb(168,132,144); }

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