#A27382

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

Shades of Tapestry #A27382

Tints of Tapestry #A27382

Color information

#A27382 (or 0xA27382) is unknown color: approx Tapestry. HEX triplet: A2, 73 and 82. RGB value is (162,115,130). Sum of RGB (Red+Green+Blue) = 162+115+130=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27382 is #5D8C7D. Grayscale: #828282. Windows color (decimal): -6130814 or 8549282. OLE color: 8549282.

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

Color convert

RGB162115130-
CMYK00.290.200.36
HSL340.85º20.17%54.31%-
HSV(B)340.85º29.01%63.53%-
XYZ25.0621.5523.96-
YUV130.76127.57150.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=39.80%
G=28.26%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211513000.290.200.36340.8520.1754.31
HexA2738201D14241551436
Octal24216320203524445252466
Binary101000101110011100000100111011010010010010101010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27382; }

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

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

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

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

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

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

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

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