#AA7C8F

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

Shades of Tapestry #AA7C8F

Tints of Tapestry #AA7C8F

Color information

#AA7C8F (or 0xAA7C8F) is unknown color: approx Tapestry. HEX triplet: AA, 7C and 8F. RGB value is (170,124,143). Sum of RGB (Red+Green+Blue) = 170+124+143=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C8F is #558370. Grayscale: #8B8B8B. Windows color (decimal): -5604209 or 9403562. OLE color: 9403562.

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

Color convert

RGB170124143-
CMYK00.270.160.33
HSL335.22º21.3%57.65%-
HSV(B)335.22º27.06%66.67%-
XYZ28.7424.9429.29-
YUV139.92129.74149.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=38.90%
G=28.38%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012414300.270.160.33335.2221.357.65
HexAA7C8F01B102114f153a
Octal25217421703320415172572
Binary101010101111100100011110110111000010000110100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C8F; }

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

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

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

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

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

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

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

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