#A37A86

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

Shades of Tapestry #A37A86

Tints of Tapestry #A37A86

Color information

#A37A86 (or 0xA37A86) is unknown color: approx Tapestry. HEX triplet: A3, 7A and 86. RGB value is (163,122,134). Sum of RGB (Red+Green+Blue) = 163+122+134=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A86 is #5C8579. Grayscale: #878787. Windows color (decimal): -6063482 or 8813219. OLE color: 8813219.

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

Color convert

RGB163122134-
CMYK00.250.180.36
HSL342.44º18.22%55.88%-
HSV(B)342.44º25.15%63.92%-
XYZ26.3723.4325.69-
YUV135.63127.08147.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=38.90%
G=29.12%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312213400.250.180.36342.4418.2255.88
HexA37A8601912241561238
Octal24317220603122445262270
Binary101000111111010100001100110011001010010010101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A86; }

 p { color: rgb(163,122,134); }

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

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

 a { background-color: rgb(163,122,134); }

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

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

 span { border-color: rgb(163,122,134); }

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