#A48B8E

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

Shades of Tapestry #A48B8E

Tints of Tapestry #A48B8E

Color information

#A48B8E (or 0xA48B8E) is unknown color: approx Tapestry. HEX triplet: A4, 8B and 8E. RGB value is (164,139,142). Sum of RGB (Red+Green+Blue) = 164+139+142=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B8E is #5B7471. Grayscale: #929292. Windows color (decimal): -5993586 or 9341860. OLE color: 9341860.

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

Color convert

RGB164139142-
CMYK00.150.130.36
HSL352.8º12.08%59.41%-
HSV(B)352.8º15.24%64.31%-
XYZ29.4228.3129.5-
YUV146.82125.28140.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=36.85%
G=31.24%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413914200.150.130.36352.812.0859.41
HexA48B8E0FD24161c3b
Octal24421321601715445411473
Binary1010010010001011100011100111111011001001011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B8E; }

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

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

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

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

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

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

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

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