#AA858D

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

Shades of Tapestry #AA858D

Tints of Tapestry #AA858D

Color information

#AA858D (or 0xAA858D) is unknown color: approx Tapestry. HEX triplet: AA, 85 and 8D. RGB value is (170,133,141). Sum of RGB (Red+Green+Blue) = 170+133+141=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858D is #557A72. Grayscale: #909090. Windows color (decimal): -5601907 or 9274794. OLE color: 9274794.

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

Color convert

RGB170133141-
CMYK00.220.170.33
HSL347.03º17.87%59.41%-
HSV(B)347.03º21.76%66.67%-
XYZ29.7727.2428.89-
YUV144.98125.76145.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=38.29%
G=29.95%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013314100.220.170.33347.0317.8759.41
HexAA858D016112115b123b
Octal25220521502621415332273
Binary1010101010000101100011010101101000110000110101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA858D; }

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

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

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

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

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

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

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

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