#A66F83

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

Shades of Tapestry #A66F83

Tints of Tapestry #A66F83

Color information

#A66F83 (or 0xA66F83) is unknown color: approx Tapestry. HEX triplet: A6, 6F and 83. RGB value is (166,111,131). Sum of RGB (Red+Green+Blue) = 166+111+131=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F83 is #59907C. Grayscale: #818181. Windows color (decimal): -5869693 or 8613798. OLE color: 8613798.

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

Color convert

RGB166111131-
CMYK00.330.210.35
HSL338.18º23.61%54.31%-
HSV(B)338.18º33.13%65.1%-
XYZ25.5121.1124.2-
YUV129.72128.72153.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=40.69%
G=27.21%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611113100.330.210.35338.1823.6154.31
HexA66F8302115231521836
Octal24615720304125435223066
Binary1010011011011111000001101000011010110001110101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F83; }

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

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

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

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

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

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

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

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