#A48187

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

Shades of Tapestry #A48187

Tints of Tapestry #A48187

Color information

#A48187 (or 0xA48187) is unknown color: approx Tapestry. HEX triplet: A4, 81 and 87. RGB value is (164,129,135). Sum of RGB (Red+Green+Blue) = 164+129+135=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48187 is #5B7E78. Grayscale: #8C8C8C. Windows color (decimal): -5996153 or 8880548. OLE color: 8880548.

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

Color convert

RGB164129135-
CMYK00.210.180.36
HSL349.71º16.13%57.45%-
HSV(B)349.71º21.34%64.31%-
XYZ27.5325.3426.36-
YUV140.15125.1145.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=38.32%
G=30.14%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412913500.210.180.36349.7116.1357.45
HexA48187015122415e1039
Octal24420120702522445362071
Binary1010010010000001100001110101011001010010010101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48187; }

 p { color: rgb(164,129,135); }

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

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

 a { background-color: rgb(164,129,135); }

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

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

 span { border-color: rgb(164,129,135); }

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