#A97184

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

Shades of Tapestry #A97184

Tints of Tapestry #A97184

Color information

#A97184 (or 0xA97184) is unknown color: approx Tapestry. HEX triplet: A9, 71 and 84. RGB value is (169,113,132). Sum of RGB (Red+Green+Blue) = 169+113+132=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A97184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97184 is #568E7B. Grayscale: #838383. Windows color (decimal): -5672572 or 8679849. OLE color: 8679849.

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

Color convert

RGB169113132-
CMYK00.330.220.34
HSL339.64º24.56%55.29%-
HSV(B)339.64º33.14%66.27%-
XYZ26.4321.9124.67-
YUV131.91128.05154.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=40.82%
G=27.29%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911313200.330.220.34339.6424.5655.29
HexA9718402116221541937
Octal25116120404126425243167
Binary1010100111100011000010001000011011010001010101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97184; }

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

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

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

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

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

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

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

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