#AA858C

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

Shades of Tapestry #AA858C

Tints of Tapestry #AA858C

Color information

#AA858C (or 0xAA858C) is unknown color: approx Tapestry. HEX triplet: AA, 85 and 8C. RGB value is (170,133,140). Sum of RGB (Red+Green+Blue) = 170+133+140=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858C is #557A73. Grayscale: #909090. Windows color (decimal): -5601908 or 9209258. OLE color: 9209258.

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

Color convert

RGB170133140-
CMYK00.220.180.33
HSL348.65º17.87%59.41%-
HSV(B)348.65º21.76%66.67%-
XYZ29.727.2128.5-
YUV144.86125.26145.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=38.37%
G=30.02%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013314000.220.180.33348.6517.8759.41
HexAA858C016122115d123b
Octal25220521402622415352273
Binary1010101010000101100011000101101001010000110101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA858C; }

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

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

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

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

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

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

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

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