#A07281

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

Shades of Tapestry #A07281

Tints of Tapestry #A07281

Color information

#A07281 (or 0xA07281) is unknown color: approx Tapestry. HEX triplet: A0, 72 and 81. RGB value is (160,114,129). Sum of RGB (Red+Green+Blue) = 160+114+129=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A07281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07281 is #5F8D7E. Grayscale: #818181. Windows color (decimal): -6262143 or 8483488. OLE color: 8483488.

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

Color convert

RGB160114129-
CMYK00.290.190.37
HSL340.43º19.49%53.73%-
HSV(B)340.43º28.75%62.75%-
XYZ24.4821.0923.55-
YUV129.46127.74149.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=39.70%
G=28.29%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011412900.290.190.37340.4319.4953.73
HexA0728101D13251541336
Octal24016220103523455242366
Binary101000001110010100000010111011001110010110101010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07281; }

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

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

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

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

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

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

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

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