#A97D85

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

Shades of Tapestry #A97D85

Tints of Tapestry #A97D85

Color information

#A97D85 (or 0xA97D85) is unknown color: approx Tapestry. HEX triplet: A9, 7D and 85. RGB value is (169,125,133). Sum of RGB (Red+Green+Blue) = 169+125+133=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D85 is #56827A. Grayscale: #8B8B8B. Windows color (decimal): -5669499 or 8748457. OLE color: 8748457.

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

Color convert

RGB169125133-
CMYK00.260.210.34
HSL349.09º20.37%57.65%-
HSV(B)349.09º26.04%66.27%-
XYZ27.9324.825.5-
YUV139.07124.58149.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=39.58%
G=29.27%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912513300.260.210.34349.0920.3757.65
HexA97D8501A152215d143a
Octal25117520503225425352472
Binary101010011111101100001010110101010110001010101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D85; }

 p { color: rgb(169,125,133); }

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

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

 a { background-color: rgb(169,125,133); }

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

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

 span { border-color: rgb(169,125,133); }

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