#AA868A

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

Shades of Tapestry #AA868A

Tints of Tapestry #AA868A

Color information

#AA868A (or 0xAA868A) is unknown color: approx Tapestry. HEX triplet: AA, 86 and 8A. RGB value is (170,134,138). Sum of RGB (Red+Green+Blue) = 170+134+138=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA868A is #557975. Grayscale: #919191. Windows color (decimal): -5601654 or 9078442. OLE color: 9078442.

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

Color convert

RGB170134138-
CMYK00.210.190.33
HSL353.33º17.48%59.61%-
HSV(B)353.33º21.18%66.67%-
XYZ29.6927.4327.77-
YUV145.22123.93145.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=38.46%
G=30.32%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013413800.210.190.33353.3317.4859.61
HexAA868A0151321161113c
Octal25220621202523415412174
Binary1010101010000110100010100101011001110000110110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA868A; }

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

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

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

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

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

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

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

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