#AA7885

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

Shades of Tapestry #AA7885

Tints of Tapestry #AA7885

Color information

#AA7885 (or 0xAA7885) is unknown color: approx Tapestry. HEX triplet: AA, 78 and 85. RGB value is (170,120,133). Sum of RGB (Red+Green+Blue) = 170+120+133=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7885 is #55877A. Grayscale: #888888. Windows color (decimal): -5605243 or 8747178. OLE color: 8747178.

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

Color convert

RGB170120133-
CMYK00.290.220.33
HSL344.4º22.73%56.86%-
HSV(B)344.4º29.41%66.67%-
XYZ27.5323.6725.31-
YUV136.43126.06151.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=40.19%
G=28.37%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012013300.290.220.33344.422.7356.86
HexAA788501D16211581739
Octal25217020503526415302771
Binary101010101111000100001010111011011010000110101100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7885; }

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

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

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

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

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

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

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

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