#A97289

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

Shades of Tapestry #A97289

Tints of Tapestry #A97289

Color information

#A97289 (or 0xA97289) is unknown color: approx Tapestry. HEX triplet: A9, 72 and 89. RGB value is (169,114,137). Sum of RGB (Red+Green+Blue) = 169+114+137=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A97289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97289 is #568D76. Grayscale: #858585. Windows color (decimal): -5672311 or 9007785. OLE color: 9007785.

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

Color convert

RGB169114137-
CMYK00.330.190.34
HSL334.91º24.23%55.49%-
HSV(B)334.91º32.54%66.27%-
XYZ26.8922.2826.55-
YUV133.07130.22153.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=40.24%
G=27.14%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911413700.330.190.34334.9124.2355.49
HexA97289021132214f1837
Octal25116221104123425173067
Binary1010100111100101000100101000011001110001010100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97289; }

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

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

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

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

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

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

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

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