#A27386

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

Shades of Tapestry #A27386

Tints of Tapestry #A27386

Color information

#A27386 (or 0xA27386) is unknown color: approx Tapestry. HEX triplet: A2, 73 and 86. RGB value is (162,115,134). Sum of RGB (Red+Green+Blue) = 162+115+134=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27386 is #5D8C79. Grayscale: #838383. Windows color (decimal): -6130810 or 8811426. OLE color: 8811426.

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

Color convert

RGB162115134-
CMYK00.290.170.36
HSL335.74º20.17%54.31%-
HSV(B)335.74º29.01%63.53%-
XYZ25.3321.6625.4-
YUV131.22129.57149.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=39.42%
G=27.98%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211513400.290.170.36335.7420.1754.31
HexA2738601D11241501436
Octal24216320603521445202466
Binary101000101110011100001100111011000110010010101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27386; }

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

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

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

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

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

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

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

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