#A17485

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

Shades of Tapestry #A17485

Tints of Tapestry #A17485

Color information

#A17485 (or 0xA17485) is unknown color: approx Tapestry. HEX triplet: A1, 74 and 85. RGB value is (161,116,133). Sum of RGB (Red+Green+Blue) = 161+116+133=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17485 is #5E8B7A. Grayscale: #838383. Windows color (decimal): -6196091 or 8746145. OLE color: 8746145.

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

Color convert

RGB161116133-
CMYK00.280.170.37
HSL337.33º19.31%54.31%-
HSV(B)337.33º27.95%63.14%-
XYZ25.1821.7625.06-
YUV131.39128.91149.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=39.27%
G=28.29%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111613300.280.170.37337.3319.3154.31
HexA1748501C11251511336
Octal24116420503421455212366
Binary101000011110100100001010111001000110010110101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17485; }

 p { color: rgb(161,116,133); }

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

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

 a { background-color: rgb(161,116,133); }

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

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

 span { border-color: rgb(161,116,133); }

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