#AA7D8B

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

Shades of Tapestry #AA7D8B

Tints of Tapestry #AA7D8B

Color information

#AA7D8B (or 0xAA7D8B) is unknown color: approx Tapestry. HEX triplet: AA, 7D and 8B. RGB value is (170,125,139). Sum of RGB (Red+Green+Blue) = 170+125+139=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7D8B is #558274. Grayscale: #8C8C8C. Windows color (decimal): -5603957 or 9141674. OLE color: 9141674.

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

Color convert

RGB170125139-
CMYK00.260.180.33
HSL341.33º20.93%57.84%-
HSV(B)341.33º26.47%66.67%-
XYZ28.5725.0827.76-
YUV140.05127.41149.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=39.17%
G=28.80%
B=32.03%

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
Decimal17012513900.260.180.33341.3320.9357.84
HexAA7D8B01A1221155153a
Octal25217521303222415252572
Binary101010101111101100010110110101001010000110101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D8B; }

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

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

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

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

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

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

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

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