#A67688

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

Shades of Tapestry #A67688

Tints of Tapestry #A67688

Color information

#A67688 (or 0xA67688) is unknown color: approx Tapestry. HEX triplet: A6, 76 and 88. RGB value is (166,118,136). Sum of RGB (Red+Green+Blue) = 166+118+136=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A67688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67688 is #598977. Grayscale: #868686. Windows color (decimal): -5867896 or 8943270. OLE color: 8943270.

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

Color convert

RGB166118136-
CMYK00.290.180.35
HSL337.5º21.24%55.69%-
HSV(B)337.5º28.92%65.1%-
XYZ26.6522.8426.3-
YUV134.4128.9150.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=39.52%
G=28.10%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611813600.290.180.35337.521.2455.69
HexA6768801D12231521538
Octal24616621003522435222570
Binary101001101110110100010000111011001010001110101001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67688; }

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

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

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

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

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

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

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

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