#A97B8B

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

Shades of Tapestry #A97B8B

Tints of Tapestry #A97B8B

Color information

#A97B8B (or 0xA97B8B) is unknown color: approx Tapestry. HEX triplet: A9, 7B and 8B. RGB value is (169,123,139). Sum of RGB (Red+Green+Blue) = 169+123+139=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B8B is #568474. Grayscale: #8A8A8A. Windows color (decimal): -5670005 or 9141161. OLE color: 9141161.

HSL color Cylindrical-coordinate representation of color #A97B8B: hue angle of 339.13º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A97B8B is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169123139-
CMYK00.270.180.34
HSL339.13º21.1%57.25%-
HSV(B)339.13º27.22%66.27%-
XYZ28.1124.4727.67-
YUV138.58128.24149.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=39.21%
G=28.54%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912313900.270.180.34339.1321.157.25
HexA97B8B01B12221531539
Octal25117321303322425232571
Binary101010011111011100010110110111001010001010101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B8B; }

 p { color: rgb(169,123,139); }

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

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

 a { background-color: rgb(169,123,139); }

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

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

 span { border-color: rgb(169,123,139); }

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