#A27082

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

Shades of Tapestry #A27082

Tints of Tapestry #A27082

Color information

#A27082 (or 0xA27082) is unknown color: approx Tapestry. HEX triplet: A2, 70 and 82. RGB value is (162,112,130). Sum of RGB (Red+Green+Blue) = 162+112+130=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27082 is #5D8F7D. Grayscale: #808080. Windows color (decimal): -6131582 or 8548514. OLE color: 8548514.

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

Color convert

RGB162112130-
CMYK00.310.200.36
HSL338.4º21.19%53.73%-
HSV(B)338.4º30.86%63.53%-
XYZ24.7220.8823.85-
YUV129128.56151.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=40.10%
G=27.72%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211213000.310.200.36338.421.1953.73
HexA2708201F14241521536
Octal24216020203724445222566
Binary101000101110000100000100111111010010010010101001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27082; }

 p { color: rgb(162,112,130); }

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

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

 a { background-color: rgb(162,112,130); }

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

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

 span { border-color: rgb(162,112,130); }

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