#A97E8E

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

Shades of Tapestry #A97E8E

Tints of Tapestry #A97E8E

Color information

#A97E8E (or 0xA97E8E) is unknown color: approx Tapestry. HEX triplet: A9, 7E and 8E. RGB value is (169,126,142). Sum of RGB (Red+Green+Blue) = 169+126+142=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97E8E is #568171. Grayscale: #8C8C8C. Windows color (decimal): -5669234 or 9338537. OLE color: 9338537.

HSL color Cylindrical-coordinate representation of color #A97E8E: hue angle of 337.67º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97E8E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB169126142-
CMYK00.250.160.34
HSL337.67º20%57.84%-
HSV(B)337.67º25.44%66.27%-
XYZ28.7125.3128.96-
YUV140.68128.75148.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=38.67%
G=28.83%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912614200.250.160.34337.672057.84
HexA97E8E0191022152143a
Octal25117621603120425222472
Binary101010011111110100011100110011000010001010101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E8E; }

 p { color: rgb(169,126,142); }

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

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

 a { background-color: rgb(169,126,142); }

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

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

 span { border-color: rgb(169,126,142); }

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