#A67784

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

Shades of Tapestry #A67784

Tints of Tapestry #A67784

Color information

#A67784 (or 0xA67784) is unknown color: approx Tapestry. HEX triplet: A6, 77 and 84. RGB value is (166,119,132). Sum of RGB (Red+Green+Blue) = 166+119+132=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67784 is #59887B. Grayscale: #868686. Windows color (decimal): -5867644 or 8681382. OLE color: 8681382.

HSL color Cylindrical-coordinate representation of color #A67784: hue angle of 343.4º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67784 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166119132-
CMYK00.280.200.35
HSL343.4º20.89%55.88%-
HSV(B)343.4º28.31%65.1%-
XYZ26.4922.9724.87-
YUV134.54126.57150.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=39.81%
G=28.54%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611913200.280.200.35343.420.8955.88
HexA6778401C14231571538
Octal24616720403424435272570
Binary101001101110111100001000111001010010001110101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67784; }

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

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

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

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

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

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

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

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