#A07585

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

Shades of Tapestry #A07585

Tints of Tapestry #A07585

Color information

#A07585 (or 0xA07585) is unknown color: approx Tapestry. HEX triplet: A0, 75 and 85. RGB value is (160,117,133). Sum of RGB (Red+Green+Blue) = 160+117+133=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A07585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07585 is #5F8A7A. Grayscale: #838383. Windows color (decimal): -6261371 or 8746400. OLE color: 8746400.

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

Color convert

RGB160117133-
CMYK00.270.170.37
HSL337.67º18.45%54.31%-
HSV(B)337.67º26.88%62.75%-
XYZ25.0921.8925.09-
YUV131.68128.75148.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=39.02%
G=28.54%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011713300.270.170.37337.6718.4554.31
HexA0758501B11251521236
Octal24016520503321455222266
Binary101000001110101100001010110111000110010110101001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07585; }

 p { color: rgb(160,117,133); }

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

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

 a { background-color: rgb(160,117,133); }

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

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

 span { border-color: rgb(160,117,133); }

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