#A68489

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

Shades of Tapestry #A68489

Tints of Tapestry #A68489

Color information

#A68489 (or 0xA68489) is unknown color: approx Tapestry. HEX triplet: A6, 84 and 89. RGB value is (166,132,137). Sum of RGB (Red+Green+Blue) = 166+132+137=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68489 is #597B76. Grayscale: #8E8E8E. Windows color (decimal): -5864311 or 9012390. OLE color: 9012390.

HSL color Cylindrical-coordinate representation of color #A68489: hue angle of 351.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68489 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166132137-
CMYK00.200.170.35
HSL351.18º16.04%58.43%-
HSV(B)351.18º20.48%65.1%-
XYZ28.4926.4227.26-
YUV142.74124.76144.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=38.16%
G=30.34%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613213700.200.170.35351.1816.0458.43
HexA68489014112315f103a
Octal24620421102421435372072
Binary1010011010000100100010010101001000110001110101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68489; }

 p { color: rgb(166,132,137); }

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

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

 a { background-color: rgb(166,132,137); }

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

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

 span { border-color: rgb(166,132,137); }

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