#AA868C

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

Shades of Tapestry #AA868C

Tints of Tapestry #AA868C

Color information

#AA868C (or 0xAA868C) is unknown color: approx Tapestry. HEX triplet: AA, 86 and 8C. RGB value is (170,134,140). Sum of RGB (Red+Green+Blue) = 170+134+140=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA868C is #557973. Grayscale: #919191. Windows color (decimal): -5601652 or 9209514. OLE color: 9209514.

HSL color Cylindrical-coordinate representation of color #AA868C: hue angle of 350º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA868C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170134140-
CMYK00.210.180.33
HSL350º17.48%59.61%-
HSV(B)350º21.18%66.67%-
XYZ29.8427.4928.54-
YUV145.45124.93145.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=38.29%
G=30.18%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013414000.210.180.3335017.4859.61
HexAA868C015122115e113c
Octal25220621402522415362174
Binary1010101010000110100011000101011001010000110101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA868C; }

 p { color: rgb(170,134,140); }

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

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

 a { background-color: rgb(170,134,140); }

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

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

 span { border-color: rgb(170,134,140); }

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