#AA6985

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

Shades of Tapestry #AA6985

Tints of Tapestry #AA6985

Color information

#AA6985 (or 0xAA6985) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 85. RGB value is (170,105,133). Sum of RGB (Red+Green+Blue) = 170+105+133=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6985 is #55967A. Grayscale: #7F7F7F. Windows color (decimal): -5609083 or 8743338. OLE color: 8743338.

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

Color convert

RGB170105133-
CMYK00.380.220.33
HSL334.15º27.66%53.92%-
HSV(B)334.15º38.24%66.67%-
XYZ25.8620.3424.75-
YUV127.63131.03158.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=41.67%
G=25.74%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010513300.380.220.33334.1527.6653.92
HexAA6985026162114e1c36
Octal25215120504626415163466
Binary1010101011010011000010101001101011010000110100111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6985; }

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

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

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

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

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

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

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

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