#A27185

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

Shades of Tapestry #A27185

Tints of Tapestry #A27185

Color information

#A27185 (or 0xA27185) is unknown color: approx Tapestry. HEX triplet: A2, 71 and 85. RGB value is (162,113,133). Sum of RGB (Red+Green+Blue) = 162+113+133=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27185 is #5D8E7A. Grayscale: #818181. Windows color (decimal): -6131323 or 8745378. OLE color: 8745378.

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

Color convert

RGB162113133-
CMYK00.300.180.36
HSL335.51º20.85%53.92%-
HSV(B)335.51º30.25%63.53%-
XYZ25.0421.1924.96-
YUV129.93129.73150.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=39.71%
G=27.70%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211313300.300.180.36335.5120.8553.92
HexA2718501E12241501536
Octal24216120503622445202566
Binary101000101110001100001010111101001010010010101000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27185; }

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

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

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

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

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

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

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

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