#A67C8B

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

Shades of Tapestry #A67C8B

Tints of Tapestry #A67C8B

Color information

#A67C8B (or 0xA67C8B) is unknown color: approx Tapestry. HEX triplet: A6, 7C and 8B. RGB value is (166,124,139). Sum of RGB (Red+Green+Blue) = 166+124+139=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8B is #598374. Grayscale: #8A8A8A. Windows color (decimal): -5866357 or 9141414. OLE color: 9141414.

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

Color convert

RGB166124139-
CMYK00.250.160.35
HSL338.57º19.09%56.86%-
HSV(B)338.57º25.3%65.1%-
XYZ27.5924.3927.68-
YUV138.27128.41147.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=38.69%
G=28.90%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612413900.250.160.35338.5719.0956.86
HexA67C8B01910231531339
Octal24617421303120435232371
Binary101001101111100100010110110011000010001110101001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C8B; }

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

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

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

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

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

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

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

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