#A4808B

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

Shades of Tapestry #A4808B

Tints of Tapestry #A4808B

Color information

#A4808B (or 0xA4808B) is unknown color: approx Tapestry. HEX triplet: A4, 80 and 8B. RGB value is (164,128,139). Sum of RGB (Red+Green+Blue) = 164+128+139=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808B is #5B7F74. Grayscale: #8C8C8C. Windows color (decimal): -5996405 or 9142436. OLE color: 9142436.

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

Color convert

RGB164128139-
CMYK00.220.150.36
HSL341.67º16.51%57.25%-
HSV(B)341.67º21.95%64.31%-
XYZ27.6925.1927.83-
YUV140.02127.43145.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=38.05%
G=29.70%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412813900.220.150.36341.6716.5157.25
HexA4808B016F241561139
Octal24420021302617445262171
Binary101001001000000010001011010110111110010010101011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4808B; }

 p { color: rgb(164,128,139); }

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

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

 a { background-color: rgb(164,128,139); }

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

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

 span { border-color: rgb(164,128,139); }

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