#A17886

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

Shades of Tapestry #A17886

Tints of Tapestry #A17886

Color information

#A17886 (or 0xA17886) is unknown color: approx Tapestry. HEX triplet: A1, 78 and 86. RGB value is (161,120,134). Sum of RGB (Red+Green+Blue) = 161+120+134=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A17886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17886 is #5E8779. Grayscale: #858585. Windows color (decimal): -6195066 or 8812705. OLE color: 8812705.

HSL color Cylindrical-coordinate representation of color #A17886: hue angle of 339.51º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17886 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB161120134-
CMYK00.250.170.37
HSL339.51º17.9%55.1%-
HSV(B)339.51º25.47%63.14%-
XYZ25.7222.7325.59-
YUV133.85128.08147.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=38.80%
G=28.92%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112013400.250.170.37339.5117.955.1
HexA1788601911251541237
Octal24117020603121455242267
Binary101000011111000100001100110011000110010110101010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17886; }

 p { color: rgb(161,120,134); }

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

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

 a { background-color: rgb(161,120,134); }

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

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

 span { border-color: rgb(161,120,134); }

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