#A67C84

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

Shades of Tapestry #A67C84

Tints of Tapestry #A67C84

Color information

#A67C84 (or 0xA67C84) is unknown color: approx Tapestry. HEX triplet: A6, 7C and 84. RGB value is (166,124,132). Sum of RGB (Red+Green+Blue) = 166+124+132=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C84 is #59837B. Grayscale: #898989. Windows color (decimal): -5866364 or 8682662. OLE color: 8682662.

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

Color convert

RGB166124132-
CMYK00.250.200.35
HSL348.57º19.09%56.86%-
HSV(B)348.57º25.3%65.1%-
XYZ27.124.1925.07-
YUV137.47124.91148.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=39.34%
G=29.38%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612413200.250.200.35348.5719.0956.86
HexA67C84019142315d1339
Octal24617420403124435352371
Binary101001101111100100001000110011010010001110101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C84; }

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

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

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

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

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

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

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

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