#A68890

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

Shades of Tapestry #A68890

Tints of Tapestry #A68890

Color information

#A68890 (or 0xA68890) is unknown color: approx Tapestry. HEX triplet: A6, 88 and 90. RGB value is (166,136,144). Sum of RGB (Red+Green+Blue) = 166+136+144=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68890 is #59776F. Grayscale: #919191. Windows color (decimal): -5863280 or 9472166. OLE color: 9472166.

HSL color Cylindrical-coordinate representation of color #A68890: hue angle of 344º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68890 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166136144-
CMYK00.180.130.35
HSL344º14.42%59.22%-
HSV(B)344º18.07%65.1%-
XYZ29.5627.7330.18-
YUV145.88126.94142.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=37.22%
G=30.49%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613614400.180.130.3534414.4259.22
HexA68890012D23158e3b
Octal24621022002215435301673
Binary10100110100010001001000001001011011000111010110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68890; }

 p { color: rgb(166,136,144); }

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

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

 a { background-color: rgb(166,136,144); }

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

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

 span { border-color: rgb(166,136,144); }

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