#A67F8D

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

Shades of Tapestry #A67F8D

Tints of Tapestry #A67F8D

Color information

#A67F8D (or 0xA67F8D) is unknown color: approx Tapestry. HEX triplet: A6, 7F and 8D. RGB value is (166,127,141). Sum of RGB (Red+Green+Blue) = 166+127+141=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F8D is #598072. Grayscale: #8C8C8C. Windows color (decimal): -5865587 or 9273254. OLE color: 9273254.

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

Color convert

RGB166127141-
CMYK00.230.150.35
HSL338.46º17.97%57.45%-
HSV(B)338.46º23.49%65.1%-
XYZ28.1225.2128.58-
YUV140.26128.42146.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=38.25%
G=29.26%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612714100.230.150.35338.4617.9757.45
HexA67F8D017F231521239
Octal24617721502717435222271
Binary10100110111111110001101010111111110001110101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F8D; }

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

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

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

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

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

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

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

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