#A98690

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

Shades of Tapestry #A98690

Tints of Tapestry #A98690

Color information

#A98690 (or 0xA98690) is unknown color: approx Tapestry. HEX triplet: A9, 86 and 90. RGB value is (169,134,144). Sum of RGB (Red+Green+Blue) = 169+134+144=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A98690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98690 is #56796F. Grayscale: #919191. Windows color (decimal): -5667184 or 9471657. OLE color: 9471657.

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

Color convert

RGB169134144-
CMYK00.210.150.34
HSL342.86º16.91%59.41%-
HSV(B)342.86º20.71%66.27%-
XYZ29.9227.530.12-
YUV145.6127.1144.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=37.81%
G=29.98%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913414400.210.150.34342.8616.9159.41
HexA98690015F22157113b
Octal25120622002517425272173
Binary101010011000011010010000010101111110001010101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98690; }

 p { color: rgb(169,134,144); }

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

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

 a { background-color: rgb(169,134,144); }

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

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

 span { border-color: rgb(169,134,144); }

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