#A37D8B

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

Shades of Tapestry #A37D8B

Tints of Tapestry #A37D8B

Color information

#A37D8B (or 0xA37D8B) is unknown color: approx Tapestry. HEX triplet: A3, 7D and 8B. RGB value is (163,125,139). Sum of RGB (Red+Green+Blue) = 163+125+139=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D8B is #5C8274. Grayscale: #898989. Windows color (decimal): -6062709 or 9141667. OLE color: 9141667.

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

Color convert

RGB163125139-
CMYK00.230.150.36
HSL337.89º17.12%56.47%-
HSV(B)337.89º23.31%63.92%-
XYZ27.124.3227.69-
YUV137.96128.59145.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=38.17%
G=29.27%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312513900.230.150.36337.8917.1256.47
HexA37D8B017F241521138
Octal24317521302717445222170
Binary10100011111110110001011010111111110010010101001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D8B; }

 p { color: rgb(163,125,139); }

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

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

 a { background-color: rgb(163,125,139); }

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

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

 span { border-color: rgb(163,125,139); }

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