#A97284

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

Shades of Tapestry #A97284

Tints of Tapestry #A97284

Color information

#A97284 (or 0xA97284) is unknown color: approx Tapestry. HEX triplet: A9, 72 and 84. RGB value is (169,114,132). Sum of RGB (Red+Green+Blue) = 169+114+132=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A97284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97284 is #568D7B. Grayscale: #848484. Windows color (decimal): -5672316 or 8680105. OLE color: 8680105.

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

Color convert

RGB169114132-
CMYK00.330.220.34
HSL340.36º24.23%55.49%-
HSV(B)340.36º32.54%66.27%-
XYZ26.5422.1424.7-
YUV132.5127.72154.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=40.72%
G=27.47%
B=31.81%

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
Decimal16911413200.330.220.34340.3624.2355.49
HexA9728402116221541837
Octal25116220404126425243067
Binary1010100111100101000010001000011011010001010101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97284; }

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

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

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

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

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

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

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

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