#AA868B

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

Shades of Tapestry #AA868B

Tints of Tapestry #AA868B

Color information

#AA868B (or 0xAA868B) is unknown color: approx Tapestry. HEX triplet: AA, 86 and 8B. RGB value is (170,134,139). Sum of RGB (Red+Green+Blue) = 170+134+139=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA868B is #557974. Grayscale: #919191. Windows color (decimal): -5601653 or 9143978. OLE color: 9143978.

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

Color convert

RGB170134139-
CMYK00.210.180.33
HSL351.67º17.48%59.61%-
HSV(B)351.67º21.18%66.67%-
XYZ29.7627.4628.16-
YUV145.33124.43145.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=38.37%
G=30.25%
B=31.38%

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
Decimal17013413900.210.180.33351.6717.4859.61
HexAA868B0151221160113c
Octal25220621302522415402174
Binary1010101010000110100010110101011001010000110110000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA868B; }

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

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

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

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

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

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

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

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