#A66981

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

Shades of Tapestry #A66981

Tints of Tapestry #A66981

Color information

#A66981 (or 0xA66981) is unknown color: approx Tapestry. HEX triplet: A6, 69 and 81. RGB value is (166,105,129). Sum of RGB (Red+Green+Blue) = 166+105+129=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A66981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66981 is #59967E. Grayscale: #7D7D7D. Windows color (decimal): -5871231 or 8481190. OLE color: 8481190.

HSL color Cylindrical-coordinate representation of color #A66981: hue angle of 336.39º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66981 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166105129-
CMYK00.370.220.35
HSL336.39º25.52%53.14%-
HSV(B)336.39º36.75%65.1%-
XYZ24.7419.823.29-
YUV125.98129.71156.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=41.5%
G=26.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610512900.370.220.35336.3925.5253.14
HexA6698102516231501a35
Octal24615120104526435203265
Binary1010011011010011000000101001011011010001110101000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66981; }

 p { color: rgb(166,105,129); }

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

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

 a { background-color: rgb(166,105,129); }

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

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

 span { border-color: rgb(166,105,129); }

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