#AA7B8B

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

Shades of Tapestry #AA7B8B

Tints of Tapestry #AA7B8B

Color information

#AA7B8B (or 0xAA7B8B) is unknown color: approx Tapestry. HEX triplet: AA, 7B and 8B. RGB value is (170,123,139). Sum of RGB (Red+Green+Blue) = 170+123+139=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B8B is #558474. Grayscale: #8A8A8A. Windows color (decimal): -5604469 or 9141162. OLE color: 9141162.

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

Color convert

RGB170123139-
CMYK00.280.180.33
HSL339.57º21.66%57.45%-
HSV(B)339.57º27.65%66.67%-
XYZ28.3224.5827.68-
YUV138.88128.07150.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=39.35%
G=28.47%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012313900.280.180.33339.5721.6657.45
HexAA7B8B01C12211541639
Octal25217321303422415242671
Binary101010101111011100010110111001001010000110101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B8B; }

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

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

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

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

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

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

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

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