#A37688

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

Shades of Tapestry #A37688

Tints of Tapestry #A37688

Color information

#A37688 (or 0xA37688) is unknown color: approx Tapestry. HEX triplet: A3, 76 and 88. RGB value is (163,118,136). Sum of RGB (Red+Green+Blue) = 163+118+136=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A37688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37688 is #5C8977. Grayscale: #858585. Windows color (decimal): -6064504 or 8943267. OLE color: 8943267.

HSL color Cylindrical-coordinate representation of color #A37688: hue angle of 336º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37688 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163118136-
CMYK00.280.170.36
HSL336º19.65%55.1%-
HSV(B)336º27.61%63.92%-
XYZ26.0322.5226.27-
YUV133.51129.41149.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=39.09%
G=28.30%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311813600.280.170.3633619.6555.1
HexA3768801C11241501437
Octal24316621003421445202467
Binary101000111110110100010000111001000110010010101000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37688; }

 p { color: rgb(163,118,136); }

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

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

 a { background-color: rgb(163,118,136); }

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

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

 span { border-color: rgb(163,118,136); }

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