#AA858F

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

Shades of Tapestry #AA858F

Tints of Tapestry #AA858F

Color information

#AA858F (or 0xAA858F) is unknown color: approx Tapestry. HEX triplet: AA, 85 and 8F. RGB value is (170,133,143). Sum of RGB (Red+Green+Blue) = 170+133+143=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858F is #557A70. Grayscale: #919191. Windows color (decimal): -5601905 or 9405866. OLE color: 9405866.

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

Color convert

RGB170133143-
CMYK00.220.160.33
HSL343.78º17.87%59.41%-
HSV(B)343.78º21.76%66.67%-
XYZ29.9227.329.68-
YUV145.2126.76145.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=38.12%
G=29.82%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013314300.220.160.33343.7817.8759.41
HexAA858F0161021158123b
Octal25220521702620415302273
Binary1010101010000101100011110101101000010000110101100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA858F; }

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

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

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

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

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

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

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

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