#AA7E8B

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

Shades of Tapestry #AA7E8B

Tints of Tapestry #AA7E8B

Color information

#AA7E8B (or 0xAA7E8B) is unknown color: approx Tapestry. HEX triplet: AA, 7E and 8B. RGB value is (170,126,139). Sum of RGB (Red+Green+Blue) = 170+126+139=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E8B is #558174. Grayscale: #8C8C8C. Windows color (decimal): -5603701 or 9141930. OLE color: 9141930.

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

Color convert

RGB170126139-
CMYK00.260.180.33
HSL342.27º20.56%58.04%-
HSV(B)342.27º25.88%66.67%-
XYZ28.725.3327.8-
YUV140.64127.08148.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=39.08%
G=28.97%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012613900.260.180.33342.2720.5658.04
HexAA7E8B01A1221156153a
Octal25217621303222415262572
Binary101010101111110100010110110101001010000110101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E8B; }

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

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

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

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

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

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

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

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