#A27286

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

Shades of Tapestry #A27286

Tints of Tapestry #A27286

Color information

#A27286 (or 0xA27286) is unknown color: approx Tapestry. HEX triplet: A2, 72 and 86. RGB value is (162,114,134). Sum of RGB (Red+Green+Blue) = 162+114+134=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A27286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27286 is #5D8D79. Grayscale: #828282. Windows color (decimal): -6131066 or 8811170. OLE color: 8811170.

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

Color convert

RGB162114134-
CMYK00.300.170.36
HSL335º20.51%54.12%-
HSV(B)335º29.63%63.53%-
XYZ25.2221.4425.36-
YUV130.63129.9150.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=39.51%
G=27.80%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413400.300.170.3633520.5154.12
HexA2728601E112414f1536
Octal24216220603621445172566
Binary101000101110010100001100111101000110010010100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27286; }

 p { color: rgb(162,114,134); }

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

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

 a { background-color: rgb(162,114,134); }

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

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

 span { border-color: rgb(162,114,134); }

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