#A07381

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

Shades of Tapestry #A07381

Tints of Tapestry #A07381

Color information

#A07381 (or 0xA07381) is unknown color: approx Tapestry. HEX triplet: A0, 73 and 81. RGB value is (160,115,129). Sum of RGB (Red+Green+Blue) = 160+115+129=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A07381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07381 is #5F8C7E. Grayscale: #828282. Windows color (decimal): -6261887 or 8483744. OLE color: 8483744.

HSL color Cylindrical-coordinate representation of color #A07381: hue angle of 341.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 #A07381 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB160115129-
CMYK00.280.190.37
HSL341.33º19.15%53.92%-
HSV(B)341.33º28.12%62.75%-
XYZ24.5921.3223.59-
YUV130.05127.41149.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=39.60%
G=28.47%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011512900.280.190.37341.3319.1553.92
HexA0738101C13251551336
Octal24016320103423455252366
Binary101000001110011100000010111001001110010110101010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07381; }

 p { color: rgb(160,115,129); }

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

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

 a { background-color: rgb(160,115,129); }

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

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

 span { border-color: rgb(160,115,129); }

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