#A67F85

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

Shades of Tapestry #A67F85

Tints of Tapestry #A67F85

Color information

#A67F85 (or 0xA67F85) is unknown color: approx Tapestry. HEX triplet: A6, 7F and 85. RGB value is (166,127,133). Sum of RGB (Red+Green+Blue) = 166+127+133=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F85 is #59807A. Grayscale: #8B8B8B. Windows color (decimal): -5865595 or 8748966. OLE color: 8748966.

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

Color convert

RGB166127133-
CMYK00.230.200.35
HSL350.77º17.97%57.45%-
HSV(B)350.77º23.49%65.1%-
XYZ27.5524.9825.56-
YUV139.34124.42147.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=38.97%
G=29.81%
B=31.22%

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
Decimal16612713300.230.200.35350.7717.9757.45
HexA67F85017142315f1239
Octal24617720502724435372271
Binary101001101111111100001010101111010010001110101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F85; }

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

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

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

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

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

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

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

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