#A38C8E

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

Shades of Tapestry #A38C8E

Tints of Tapestry #A38C8E

Color information

#A38C8E (or 0xA38C8E) is unknown color: approx Tapestry. HEX triplet: A3, 8C and 8E. RGB value is (163,140,142). Sum of RGB (Red+Green+Blue) = 163+140+142=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C8E is #5C7371. Grayscale: #939393. Windows color (decimal): -6058866 or 9342115. OLE color: 9342115.

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

Color convert

RGB163140142-
CMYK00.140.130.36
HSL354.78º11.11%59.41%-
HSV(B)354.78º14.11%63.92%-
XYZ29.3628.529.54-
YUV147.1125.12139.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=36.63%
G=31.46%
B=31.91%

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
Decimal16314014200.140.130.36354.7811.1159.41
HexA38C8E0ED24163b3b
Octal24321421601615445431373
Binary1010001110001100100011100111011011001001011000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C8E; }

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

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

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

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

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

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

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

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