#A37282

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

Shades of Tapestry #A37282

Tints of Tapestry #A37282

Color information

#A37282 (or 0xA37282) is unknown color: approx Tapestry. HEX triplet: A3, 72 and 82. RGB value is (163,114,130). Sum of RGB (Red+Green+Blue) = 163+114+130=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37282 is #5C8D7D. Grayscale: #828282. Windows color (decimal): -6065534 or 8549027. OLE color: 8549027.

HSL color Cylindrical-coordinate representation of color #A37282: hue angle of 340.41º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37282 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163114130-
CMYK00.300.200.36
HSL340.41º21.03%54.31%-
HSV(B)340.41º30.06%63.92%-
XYZ25.1521.4323.93-
YUV130.48127.73151.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=40.05%
G=28.01%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311413000.300.200.36340.4121.0354.31
HexA3728201E14241541536
Octal24316220203624445242566
Binary101000111110010100000100111101010010010010101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37282; }

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

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

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

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

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

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

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

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