#A66079

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

Shades of Tapestry #A66079

Tints of Tapestry #A66079

Color information

#A66079 (or 0xA66079) is unknown color: approx Tapestry. HEX triplet: A6, 60 and 79. RGB value is (166,96,121). Sum of RGB (Red+Green+Blue) = 166+96+121=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66079 is #599F86. Grayscale: #777777. Windows color (decimal): -5873543 or 7954598. OLE color: 7954598.

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

Color convert

RGB16696121-
CMYK00.420.270.35
HSL338.57º28.23%51.37%-
HSV(B)338.57º42.17%65.1%-
XYZ23.3617.8520.3-
YUV119.78128.69160.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=43.34%
G=25.07%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669612100.420.270.35338.5728.2351.37
HexA6607902A1B231531c33
Octal24614017105233435233463
Binary101001101100000111100101010101101110001110101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66079; }

 p { color: rgb(166,96,121); }

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

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

 a { background-color: rgb(166,96,121); }

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

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

 span { border-color: rgb(166,96,121); }

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