#AA868D

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

Shades of Tapestry #AA868D

Tints of Tapestry #AA868D

Color information

#AA868D (or 0xAA868D) is unknown color: approx Tapestry. HEX triplet: AA, 86 and 8D. RGB value is (170,134,141). Sum of RGB (Red+Green+Blue) = 170+134+141=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA868D is #557972. Grayscale: #919191. Windows color (decimal): -5601651 or 9275050. OLE color: 9275050.

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

Color convert

RGB170134141-
CMYK00.210.170.33
HSL348.33º17.48%59.61%-
HSV(B)348.33º21.18%66.67%-
XYZ29.9127.5228.93-
YUV145.56125.43145.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=38.20%
G=30.11%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013414100.210.170.33348.3317.4859.61
HexAA868D015112115c113c
Octal25220621502521415342174
Binary1010101010000110100011010101011000110000110101110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA868D; }

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

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

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

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

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

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

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

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