#A47B88

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

Shades of Tapestry #A47B88

Tints of Tapestry #A47B88

Color information

#A47B88 (or 0xA47B88) is unknown color: approx Tapestry. HEX triplet: A4, 7B and 88. RGB value is (164,123,136). Sum of RGB (Red+Green+Blue) = 164+123+136=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B88 is #5B8477. Grayscale: #888888. Windows color (decimal): -5997688 or 8944548. OLE color: 8944548.

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

Color convert

RGB164123136-
CMYK00.250.170.36
HSL340.98º18.39%56.27%-
HSV(B)340.98º25%64.31%-
XYZ26.8423.8426.48-
YUV136.74127.58147.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=38.77%
G=29.08%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412313600.250.170.36340.9818.3956.27
HexA47B8801911241551238
Octal24417321003121445252270
Binary101001001111011100010000110011000110010010101010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B88; }

 p { color: rgb(164,123,136); }

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

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

 a { background-color: rgb(164,123,136); }

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

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

 span { border-color: rgb(164,123,136); }

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