#A48389

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

Shades of Tapestry #A48389

Tints of Tapestry #A48389

Color information

#A48389 (or 0xA48389) is unknown color: approx Tapestry. HEX triplet: A4, 83 and 89. RGB value is (164,131,137). Sum of RGB (Red+Green+Blue) = 164+131+137=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48389 is #5B7C76. Grayscale: #8D8D8D. Windows color (decimal): -5995639 or 9012132. OLE color: 9012132.

HSL color Cylindrical-coordinate representation of color #A48389: hue angle of 349.09º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48389 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164131137-
CMYK00.200.160.36
HSL349.09º15.35%57.84%-
HSV(B)349.09º20.12%64.31%-
XYZ27.9425.9327.2-
YUV141.55125.43144.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=37.96%
G=30.32%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413113700.200.160.36349.0915.3557.84
HexA48389014102415df3a
Octal24420321102420445351772
Binary101001001000001110001001010100100001001001010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48389; }

 p { color: rgb(164,131,137); }

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

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

 a { background-color: rgb(164,131,137); }

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

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

 span { border-color: rgb(164,131,137); }

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