#A77188

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

Shades of Tapestry #A77188

Tints of Tapestry #A77188

Color information

#A77188 (or 0xA77188) is unknown color: approx Tapestry. HEX triplet: A7, 71 and 88. RGB value is (167,113,136). Sum of RGB (Red+Green+Blue) = 167+113+136=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77188 is #588E77. Grayscale: #838383. Windows color (decimal): -5803640 or 8941991. OLE color: 8941991.

HSL color Cylindrical-coordinate representation of color #A77188: hue angle of 334.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77188 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB167113136-
CMYK00.320.190.35
HSL334.44º23.48%54.9%-
HSV(B)334.44º32.34%65.49%-
XYZ26.2921.826.12-
YUV131.77130.39153.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=40.14%
G=27.16%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711313600.320.190.35334.4423.4854.9
HexA77188020132314e1737
Octal24716121004023435162767
Binary1010011111100011000100001000001001110001110100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77188; }

 p { color: rgb(167,113,136); }

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

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

 a { background-color: rgb(167,113,136); }

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

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

 span { border-color: rgb(167,113,136); }

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