#A37184

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

Shades of Tapestry #A37184

Tints of Tapestry #A37184

Color information

#A37184 (or 0xA37184) is unknown color: approx Tapestry. HEX triplet: A3, 71 and 84. RGB value is (163,113,132). Sum of RGB (Red+Green+Blue) = 163+113+132=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A37184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37184 is #5C8E7B. Grayscale: #828282. Windows color (decimal): -6065788 or 8679843. OLE color: 8679843.

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

Color convert

RGB163113132-
CMYK00.310.190.36
HSL337.2º21.37%54.12%-
HSV(B)337.2º30.67%63.92%-
XYZ25.1721.2624.61-
YUV130.12129.06151.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=39.95%
G=27.70%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311313200.310.190.36337.221.3754.12
HexA3718401F13241511536
Octal24316120403723445212566
Binary101000111110001100001000111111001110010010101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37184; }

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

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

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

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

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

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

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

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