#A66D7F

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

Shades of Tapestry #A66D7F

Tints of Tapestry #A66D7F

Color information

#A66D7F (or 0xA66D7F) is unknown color: approx Tapestry. HEX triplet: A6, 6D and 7F. RGB value is (166,109,127). Sum of RGB (Red+Green+Blue) = 166+109+127=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D7F is #599280. Grayscale: #808080. Windows color (decimal): -5870209 or 8351142. OLE color: 8351142.

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

Color convert

RGB166109127-
CMYK00.340.230.35
HSL341.05º24.26%53.92%-
HSV(B)341.05º34.34%65.1%-
XYZ25.0320.5822.73-
YUV128.1127.38155.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 127 (50% from 255) = 31.59%
R=41.29%
G=27.11%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610912700.340.230.35341.0524.2653.92
HexA66D7F02217231551836
Octal24615517704227435253066
Binary101001101101101111111101000101011110001110101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D7F; }

 p { color: rgb(166,109,127); }

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

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

 a { background-color: rgb(166,109,127); }

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

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

 span { border-color: rgb(166,109,127); }

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