#A37E8B

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

Shades of Tapestry #A37E8B

Tints of Tapestry #A37E8B

Color information

#A37E8B (or 0xA37E8B) is unknown color: approx Tapestry. HEX triplet: A3, 7E and 8B. RGB value is (163,126,139). Sum of RGB (Red+Green+Blue) = 163+126+139=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E8B is #5C8174. Grayscale: #8A8A8A. Windows color (decimal): -6062453 or 9141923. OLE color: 9141923.

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

Color convert

RGB163126139-
CMYK00.230.150.36
HSL338.92º16.74%56.67%-
HSV(B)338.92º22.7%63.92%-
XYZ27.2324.5727.73-
YUV138.54128.26145.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=38.08%
G=29.44%
B=32.48%

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
Decimal16312613900.230.150.36338.9216.7456.67
HexA37E8B017F241531139
Octal24317621302717445232171
Binary10100011111111010001011010111111110010010101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E8B; }

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

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

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

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

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

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

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

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