#A77282

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

Shades of Tapestry #A77282

Tints of Tapestry #A77282

Color information

#A77282 (or 0xA77282) is unknown color: approx Tapestry. HEX triplet: A7, 72 and 82. RGB value is (167,114,130). Sum of RGB (Red+Green+Blue) = 167+114+130=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A77282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77282 is #588D7D. Grayscale: #838383. Windows color (decimal): -5803390 or 8549031. OLE color: 8549031.

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

Color convert

RGB167114130-
CMYK00.320.220.35
HSL341.89º23.14%55.1%-
HSV(B)341.89º31.74%65.49%-
XYZ25.9821.8623.97-
YUV131.67127.06153.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=40.63%
G=27.74%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711413000.320.220.35341.8923.1455.1
HexA7728202016231561737
Octal24716220204026435262767
Binary1010011111100101000001001000001011010001110101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77282; }

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

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

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

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

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

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

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

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