#A37F8B

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

Shades of Tapestry #A37F8B

Tints of Tapestry #A37F8B

Color information

#A37F8B (or 0xA37F8B) is unknown color: approx Tapestry. HEX triplet: A3, 7F and 8B. RGB value is (163,127,139). Sum of RGB (Red+Green+Blue) = 163+127+139=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8B is #5C8074. Grayscale: #8B8B8B. Windows color (decimal): -6062197 or 9142179. OLE color: 9142179.

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

Color convert

RGB163127139-
CMYK00.220.150.36
HSL340º16.36%56.86%-
HSV(B)340º22.09%63.92%-
XYZ27.3524.8327.78-
YUV139.13127.93145.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=38.00%
G=29.60%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312713900.220.150.3634016.3656.86
HexA37F8B016F241541039
Octal24317721302617445242071
Binary10100011111111110001011010110111110010010101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F8B; }

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

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

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

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

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

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

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

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