#A67588

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

Shades of Tapestry #A67588

Tints of Tapestry #A67588

Color information

#A67588 (or 0xA67588) is unknown color: approx Tapestry. HEX triplet: A6, 75 and 88. RGB value is (166,117,136). Sum of RGB (Red+Green+Blue) = 166+117+136=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A67588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67588 is #598A77. Grayscale: #858585. Windows color (decimal): -5868152 or 8943014. OLE color: 8943014.

HSL color Cylindrical-coordinate representation of color #A67588: hue angle of 336.73º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67588 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB166117136-
CMYK00.300.180.35
HSL336.73º21.59%55.49%-
HSV(B)336.73º29.52%65.1%-
XYZ26.5322.6126.26-
YUV133.82129.23150.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=39.62%
G=27.92%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611713600.300.180.35336.7321.5955.49
HexA6758801E12231511637
Octal24616521003622435212667
Binary101001101110101100010000111101001010001110101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67588; }

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

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

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

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

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

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

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

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