#A27182

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

Shades of Tapestry #A27182

Tints of Tapestry #A27182

Color information

#A27182 (or 0xA27182) is unknown color: approx Tapestry. HEX triplet: A2, 71 and 82. RGB value is (162,113,130). Sum of RGB (Red+Green+Blue) = 162+113+130=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A27182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27182 is #5D8E7D. Grayscale: #818181. Windows color (decimal): -6131326 or 8548770. OLE color: 8548770.

HSL color Cylindrical-coordinate representation of color #A27182: hue angle of 339.18º 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 #A27182 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162113130-
CMYK00.300.200.36
HSL339.18º20.85%53.92%-
HSV(B)339.18º30.25%63.53%-
XYZ24.8321.123.88-
YUV129.59128.23151.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=40%
G=27.90%
B=32.10%

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
Decimal16211313000.300.200.36339.1820.8553.92
HexA2718201E14241531536
Octal24216120203624445232566
Binary101000101110001100000100111101010010010010101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27182; }

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

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

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

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

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

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

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

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