#AA7E85

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

Shades of Tapestry #AA7E85

Tints of Tapestry #AA7E85

Color information

#AA7E85 (or 0xAA7E85) is unknown color: approx Tapestry. HEX triplet: AA, 7E and 85. RGB value is (170,126,133). Sum of RGB (Red+Green+Blue) = 170+126+133=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E85 is #55817A. Grayscale: #8B8B8B. Windows color (decimal): -5603707 or 8748714. OLE color: 8748714.

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

Color convert

RGB170126133-
CMYK00.260.220.33
HSL350.45º20.56%58.04%-
HSV(B)350.45º25.88%66.67%-
XYZ28.2725.1625.56-
YUV139.95124.08149.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=39.63%
G=29.37%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012613300.260.220.33350.4520.5658.04
HexAA7E8501A162115e153a
Octal25217620503226415362572
Binary101010101111110100001010110101011010000110101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E85; }

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

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

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

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

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

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

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

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