#A9868F

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

Shades of Tapestry #A9868F

Tints of Tapestry #A9868F

Color information

#A9868F (or 0xA9868F) is unknown color: approx Tapestry. HEX triplet: A9, 86 and 8F. RGB value is (169,134,143). Sum of RGB (Red+Green+Blue) = 169+134+143=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9868F is #567970. Grayscale: #919191. Windows color (decimal): -5667185 or 9406121. OLE color: 9406121.

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

Color convert

RGB169134143-
CMYK00.210.150.34
HSL344.57º16.91%59.41%-
HSV(B)344.57º20.71%66.27%-
XYZ29.8527.4729.72-
YUV145.49126.6144.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=37.89%
G=30.04%
B=32.06%

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
Decimal16913414300.210.150.34344.5716.9159.41
HexA9868F015F22159113b
Octal25120621702517425312173
Binary101010011000011010001111010101111110001010101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9868F; }

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

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

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

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

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

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

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

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