#A48D8E

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

Shades of Tapestry #A48D8E

Tints of Tapestry #A48D8E

Color information

#A48D8E (or 0xA48D8E) is unknown color: approx Tapestry. HEX triplet: A4, 8D and 8E. RGB value is (164,141,142). Sum of RGB (Red+Green+Blue) = 164+141+142=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D8E is #5B7271. Grayscale: #949494. Windows color (decimal): -5993074 or 9342372. OLE color: 9342372.

HSL color Cylindrical-coordinate representation of color #A48D8E: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D8E is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164141142-
CMYK00.140.130.36
HSL357.39º11.22%59.8%-
HSV(B)357.39º14.02%64.31%-
XYZ29.7228.929.6-
YUV147.99124.62139.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=36.69%
G=31.54%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414114200.140.130.36357.3911.2259.8
HexA48D8E0ED24165b3c
Octal24421521601615445451374
Binary1010010010001101100011100111011011001001011001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D8E; }

 p { color: rgb(164,141,142); }

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

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

 a { background-color: rgb(164,141,142); }

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

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

 span { border-color: rgb(164,141,142); }

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