#A97281

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

Shades of Tapestry #A97281

Tints of Tapestry #A97281

Color information

#A97281 (or 0xA97281) is unknown color: approx Tapestry. HEX triplet: A9, 72 and 81. RGB value is (169,114,129). Sum of RGB (Red+Green+Blue) = 169+114+129=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97281 is #568D7E. Grayscale: #848484. Windows color (decimal): -5672319 or 8483497. OLE color: 8483497.

HSL color Cylindrical-coordinate representation of color #A97281: hue angle of 343.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97281 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169114129-
CMYK00.330.240.34
HSL343.64º24.23%55.49%-
HSV(B)343.64º32.54%66.27%-
XYZ26.3422.0523.64-
YUV132.15126.22154.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=41.02%
G=27.67%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911412900.330.240.34343.6424.2355.49
HexA9728102118221581837
Octal25116220104130425303067
Binary1010100111100101000000101000011100010001010101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97281; }

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

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

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

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

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

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

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

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