#A27081

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

Shades of Tapestry #A27081

Tints of Tapestry #A27081

Color information

#A27081 (or 0xA27081) is unknown color: approx Tapestry. HEX triplet: A2, 70 and 81. RGB value is (162,112,129). Sum of RGB (Red+Green+Blue) = 162+112+129=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A27081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27081 is #5D8F7E. Grayscale: #808080. Windows color (decimal): -6131583 or 8482978. OLE color: 8482978.

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

Color convert

RGB162112129-
CMYK00.310.200.36
HSL339.6º21.19%53.73%-
HSV(B)339.6º30.86%63.53%-
XYZ24.6620.8523.49-
YUV128.89128.06151.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=40.20%
G=27.79%
B=32.01%

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
Decimal16211212900.310.200.36339.621.1953.73
HexA2708101F14241541536
Octal24216020103724445242566
Binary101000101110000100000010111111010010010010101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27081; }

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

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

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

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

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

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

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

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