#A67E85

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

Shades of Tapestry #A67E85

Tints of Tapestry #A67E85

Color information

#A67E85 (or 0xA67E85) is unknown color: approx Tapestry. HEX triplet: A6, 7E and 85. RGB value is (166,126,133). Sum of RGB (Red+Green+Blue) = 166+126+133=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E85 is #59817A. Grayscale: #8A8A8A. Windows color (decimal): -5865851 or 8748710. OLE color: 8748710.

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

Color convert

RGB166126133-
CMYK00.240.200.35
HSL349.5º18.35%57.25%-
HSV(B)349.5º24.1%65.1%-
XYZ27.4224.7225.52-
YUV138.76124.75147.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=39.06%
G=29.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612613300.240.200.35349.518.3557.25
HexA67E85018142315e1239
Octal24617620503024435362271
Binary101001101111110100001010110001010010001110101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E85; }

 p { color: rgb(166,126,133); }

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

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

 a { background-color: rgb(166,126,133); }

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

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

 span { border-color: rgb(166,126,133); }

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