#A27184

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

Shades of Tapestry #A27184

Tints of Tapestry #A27184

Color information

#A27184 (or 0xA27184) is unknown color: approx Tapestry. HEX triplet: A2, 71 and 84. RGB value is (162,113,132). Sum of RGB (Red+Green+Blue) = 162+113+132=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27184 is #5D8E7B. Grayscale: #818181. Windows color (decimal): -6131324 or 8679842. OLE color: 8679842.

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

Color convert

RGB162113132-
CMYK00.300.190.36
HSL336.73º20.85%53.92%-
HSV(B)336.73º30.25%63.53%-
XYZ24.9721.1624.6-
YUV129.82129.23150.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=39.80%
G=27.76%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211313200.300.190.36336.7320.8553.92
HexA2718401E13241511536
Octal24216120403623445212566
Binary101000101110001100001000111101001110010010101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27184; }

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

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

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

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

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

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

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

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