#A78186

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

Shades of Tapestry #A78186

Tints of Tapestry #A78186

Color information

#A78186 (or 0xA78186) is unknown color: approx Tapestry. HEX triplet: A7, 81 and 86. RGB value is (167,129,134). Sum of RGB (Red+Green+Blue) = 167+129+134=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A78186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78186 is #587E79. Grayscale: #8C8C8C. Windows color (decimal): -5799546 or 8815015. OLE color: 8815015.

HSL color Cylindrical-coordinate representation of color #A78186: hue angle of 352.11º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78186 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167129134-
CMYK00.230.200.35
HSL352.11º17.76%58.04%-
HSV(B)352.11º22.75%65.49%-
XYZ28.0925.6426.02-
YUV140.93124.09146.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=38.84%
G=30%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712913400.230.200.35352.1117.7658.04
HexA781860171423160123a
Octal24720120602724435402272
Binary1010011110000001100001100101111010010001110110000010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78186; }

 p { color: rgb(167,129,134); }

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

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

 a { background-color: rgb(167,129,134); }

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

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

 span { border-color: rgb(167,129,134); }

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