#A58C8E

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

Shades of Tapestry #A58C8E

Tints of Tapestry #A58C8E

Color information

#A58C8E (or 0xA58C8E) is unknown color: approx Tapestry. HEX triplet: A5, 8C and 8E. RGB value is (165,140,142). Sum of RGB (Red+Green+Blue) = 165+140+142=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C8E is #5A7371. Grayscale: #939393. Windows color (decimal): -5927794 or 9342117. OLE color: 9342117.

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

Color convert

RGB165140142-
CMYK00.150.140.35
HSL355.2º12.2%59.8%-
HSV(B)355.2º15.15%64.71%-
XYZ29.7828.7129.56-
YUV147.7124.78140.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=36.91%
G=31.32%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514014200.150.140.35355.212.259.8
HexA58C8E0FE23163c3c
Octal24521421601716435431474
Binary1010010110001100100011100111111101000111011000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C8E; }

 p { color: rgb(165,140,142); }

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

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

 a { background-color: rgb(165,140,142); }

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

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

 span { border-color: rgb(165,140,142); }

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