#A67F8C

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

Shades of Tapestry #A67F8C

Tints of Tapestry #A67F8C

Color information

#A67F8C (or 0xA67F8C) is unknown color: approx Tapestry. HEX triplet: A6, 7F and 8C. RGB value is (166,127,140). Sum of RGB (Red+Green+Blue) = 166+127+140=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F8C is #598073. Grayscale: #8C8C8C. Windows color (decimal): -5865588 or 9207718. OLE color: 9207718.

HSL color Cylindrical-coordinate representation of color #A67F8C: hue angle of 340º 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 #A67F8C is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166127140-
CMYK00.230.160.35
HSL340º17.97%57.45%-
HSV(B)340º23.49%65.1%-
XYZ28.0525.1828.19-
YUV140.14127.92146.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=38.34%
G=29.33%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612714000.230.160.3534017.9757.45
HexA67F8C01710231541239
Octal24617721402720435242271
Binary101001101111111100011000101111000010001110101010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F8C; }

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

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

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

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

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

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

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

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