#A07C85

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

Shades of Tapestry #A07C85

Tints of Tapestry #A07C85

Color information

#A07C85 (or 0xA07C85) is unknown color: approx Tapestry. HEX triplet: A0, 7C and 85. RGB value is (160,124,133). Sum of RGB (Red+Green+Blue) = 160+124+133=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C85 is #5F837A. Grayscale: #878787. Windows color (decimal): -6259579 or 8748192. OLE color: 8748192.

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

Color convert

RGB160124133-
CMYK00.220.170.37
HSL345º15.93%55.69%-
HSV(B)345º22.5%62.75%-
XYZ25.9423.5825.38-
YUV135.79126.43145.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=38.37%
G=29.74%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012413300.220.170.3734515.9355.69
HexA07C8501611251591038
Octal24017420502621455312070
Binary101000001111100100001010101101000110010110101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C85; }

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

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

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

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

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

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

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

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