#A97484

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

Shades of Tapestry #A97484

Tints of Tapestry #A97484

Color information

#A97484 (or 0xA97484) is unknown color: approx Tapestry. HEX triplet: A9, 74 and 84. RGB value is (169,116,132). Sum of RGB (Red+Green+Blue) = 169+116+132=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97484 is #568B7B. Grayscale: #858585. Windows color (decimal): -5671804 or 8680617. OLE color: 8680617.

HSL color Cylindrical-coordinate representation of color #A97484: hue angle of 341.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97484 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169116132-
CMYK00.310.220.34
HSL341.89º23.56%55.88%-
HSV(B)341.89º31.36%66.27%-
XYZ26.7722.5924.78-
YUV133.67127.06153.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=40.53%
G=27.82%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911613200.310.220.34341.8923.5655.88
HexA9748401F16221561838
Octal25116420403726425263070
Binary101010011110100100001000111111011010001010101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97484; }

 p { color: rgb(169,116,132); }

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

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

 a { background-color: rgb(169,116,132); }

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

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

 span { border-color: rgb(169,116,132); }

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