#A66A7D

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

Shades of Tapestry #A66A7D

Tints of Tapestry #A66A7D

Color information

#A66A7D (or 0xA66A7D) is unknown color: approx Tapestry. HEX triplet: A6, 6A and 7D. RGB value is (166,106,125). Sum of RGB (Red+Green+Blue) = 166+106+125=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A7D is #599582. Grayscale: #7E7E7E. Windows color (decimal): -5870979 or 8219302. OLE color: 8219302.

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

Color convert

RGB166106125-
CMYK00.360.250.35
HSL341º25.21%53.33%-
HSV(B)341º36.14%65.1%-
XYZ24.5819.921.95-
YUV126.11127.38156.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=41.81%
G=26.70%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610612500.360.250.3534125.2153.33
HexA66A7D02419231551935
Octal24615217504431435253165
Binary101001101101010111110101001001100110001110101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A7D; }

 p { color: rgb(166,106,125); }

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

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

 a { background-color: rgb(166,106,125); }

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

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

 span { border-color: rgb(166,106,125); }

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