#A66F89

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

Shades of Tapestry #A66F89

Tints of Tapestry #A66F89

Color information

#A66F89 (or 0xA66F89) is unknown color: approx Tapestry. HEX triplet: A6, 6F and 89. RGB value is (166,111,137). Sum of RGB (Red+Green+Blue) = 166+111+137=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F89 is #599076. Grayscale: #828282. Windows color (decimal): -5869687 or 9007014. OLE color: 9007014.

HSL color Cylindrical-coordinate representation of color #A66F89: hue angle of 331.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 #A66F89 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166111137-
CMYK00.330.170.35
HSL331.64º23.61%54.31%-
HSV(B)331.64º33.13%65.1%-
XYZ25.9321.2826.41-
YUV130.41131.72153.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=40.10%
G=26.81%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611113700.330.170.35331.6423.6154.31
HexA66F89021112314c1836
Octal24615721104121435143066
Binary1010011011011111000100101000011000110001110100110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F89; }

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

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

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

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

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

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

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

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