#A97187

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

Shades of Tapestry #A97187

Tints of Tapestry #A97187

Color information

#A97187 (or 0xA97187) is unknown color: approx Tapestry. HEX triplet: A9, 71 and 87. RGB value is (169,113,135). Sum of RGB (Red+Green+Blue) = 169+113+135=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97187 is #568E78. Grayscale: #848484. Windows color (decimal): -5672569 or 8876457. OLE color: 8876457.

HSL color Cylindrical-coordinate representation of color #A97187: hue angle of 336.43º degrees, saturation: 0.25, 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 #A97187 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB169113135-
CMYK00.330.200.34
HSL336.43º24.56%55.29%-
HSV(B)336.43º33.14%66.27%-
XYZ26.6421.9925.76-
YUV132.25129.55154.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=40.53%
G=27.10%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911313500.330.200.34336.4324.5655.29
HexA9718702114221501937
Octal25116120704124425203167
Binary1010100111100011000011101000011010010001010101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97187; }

 p { color: rgb(169,113,135); }

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

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

 a { background-color: rgb(169,113,135); }

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

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

 span { border-color: rgb(169,113,135); }

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