#A58B8D

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

Shades of Tapestry #A58B8D

Tints of Tapestry #A58B8D

Color information

#A58B8D (or 0xA58B8D) is unknown color: approx Tapestry. HEX triplet: A5, 8B and 8D. RGB value is (165,139,141). Sum of RGB (Red+Green+Blue) = 165+139+141=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B8D is #5A7472. Grayscale: #939393. Windows color (decimal): -5928051 or 9276325. OLE color: 9276325.

HSL color Cylindrical-coordinate representation of color #A58B8D: hue angle of 355.38º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A58B8D is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165139141-
CMYK00.160.150.35
HSL355.38º12.62%59.61%-
HSV(B)355.38º15.76%64.71%-
XYZ29.5628.3929.12-
YUV147124.61140.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=37.08%
G=31.24%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513914100.160.150.35355.3812.6259.61
HexA58B8D010F23163d3c
Octal24521321502017435431574
Binary10100101100010111000110101000011111000111011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B8D; }

 p { color: rgb(165,139,141); }

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

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

 a { background-color: rgb(165,139,141); }

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

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

 span { border-color: rgb(165,139,141); }

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