#A67684

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

Shades of Tapestry #A67684

Tints of Tapestry #A67684

Color information

#A67684 (or 0xA67684) is unknown color: approx Tapestry. HEX triplet: A6, 76 and 84. RGB value is (166,118,132). Sum of RGB (Red+Green+Blue) = 166+118+132=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A67684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67684 is #59897B. Grayscale: #858585. Windows color (decimal): -5867900 or 8681126. OLE color: 8681126.

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

Color convert

RGB166118132-
CMYK00.290.200.35
HSL342.5º21.24%55.69%-
HSV(B)342.5º28.92%65.1%-
XYZ26.3722.7324.83-
YUV133.95126.9150.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=39.90%
G=28.37%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611813200.290.200.35342.521.2455.69
HexA6768401D14231561538
Octal24616620403524435262570
Binary101001101110110100001000111011010010001110101011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67684; }

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

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

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

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

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

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

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

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