#A37888

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

Shades of Tapestry #A37888

Tints of Tapestry #A37888

Color information

#A37888 (or 0xA37888) is unknown color: approx Tapestry. HEX triplet: A3, 78 and 88. RGB value is (163,120,136). Sum of RGB (Red+Green+Blue) = 163+120+136=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A37888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37888 is #5C8777. Grayscale: #868686. Windows color (decimal): -6063992 or 8943779. OLE color: 8943779.

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

Color convert

RGB163120136-
CMYK00.260.170.36
HSL337.67º18.94%55.49%-
HSV(B)337.67º26.38%63.92%-
XYZ26.262326.35-
YUV134.68128.75148.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=38.90%
G=28.64%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312013600.260.170.36337.6718.9455.49
HexA3788801A11241521337
Octal24317021003221445222367
Binary101000111111000100010000110101000110010010101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37888; }

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

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

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

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

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

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

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

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