#A77284

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

Shades of Tapestry #A77284

Tints of Tapestry #A77284

Color information

#A77284 (or 0xA77284) is unknown color: approx Tapestry. HEX triplet: A7, 72 and 84. RGB value is (167,114,132). Sum of RGB (Red+Green+Blue) = 167+114+132=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77284 is #588D7B. Grayscale: #838383. Windows color (decimal): -5803388 or 8680103. OLE color: 8680103.

HSL color Cylindrical-coordinate representation of color #A77284: hue angle of 339.62º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77284 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB167114132-
CMYK00.320.210.35
HSL339.62º23.14%55.1%-
HSV(B)339.62º31.74%65.49%-
XYZ26.1221.9224.68-
YUV131.9128.06153.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=40.44%
G=27.60%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711413200.320.210.35339.6223.1455.1
HexA7728402015231541737
Octal24716220404025435242767
Binary1010011111100101000010001000001010110001110101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77284; }

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

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

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

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

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

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

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

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