#A66F7E

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

Shades of Tapestry #A66F7E

Tints of Tapestry #A66F7E

Color information

#A66F7E (or 0xA66F7E) is unknown color: approx Tapestry. HEX triplet: A6, 6F and 7E. RGB value is (166,111,126). Sum of RGB (Red+Green+Blue) = 166+111+126=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F7E is #599081. Grayscale: #818181. Windows color (decimal): -5869698 or 8286118. OLE color: 8286118.

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

Color convert

RGB166111126-
CMYK00.330.240.35
HSL343.64º23.61%54.31%-
HSV(B)343.64º33.13%65.1%-
XYZ25.1820.9822.46-
YUV129.16126.22154.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=41.19%
G=27.54%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611112600.330.240.35343.6423.6154.31
HexA66F7E02118231581836
Octal24615717604130435303066
Binary101001101101111111111001000011100010001110101100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F7E; }

 p { color: rgb(166,111,126); }

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

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

 a { background-color: rgb(166,111,126); }

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

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

 span { border-color: rgb(166,111,126); }

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