#A67C8D

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

Shades of Tapestry #A67C8D

Tints of Tapestry #A67C8D

Color information

#A67C8D (or 0xA67C8D) is unknown color: approx Tapestry. HEX triplet: A6, 7C and 8D. RGB value is (166,124,141). Sum of RGB (Red+Green+Blue) = 166+124+141=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8D is #598372. Grayscale: #8A8A8A. Windows color (decimal): -5866355 or 9272486. OLE color: 9272486.

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

Color convert

RGB166124141-
CMYK00.250.150.35
HSL335.71º19.09%56.86%-
HSV(B)335.71º25.3%65.1%-
XYZ27.7424.4528.46-
YUV138.5129.41147.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=38.52%
G=28.77%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612414100.250.150.35335.7119.0956.86
HexA67C8D019F231501339
Octal24617421503117435202371
Binary10100110111110010001101011001111110001110101000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C8D; }

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

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

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

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

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

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

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

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