#aa6785

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

Shades of Tapestry #AA6785

Tints of Tapestry #AA6785

Color information

#AA6785 (or 0xAA6785) is unknown color: approx Tapestry. HEX triplet: AA, 67 and 85. RGB value is (170,103,133). Sum of RGB (Red+Green+Blue) = 170+103+133=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6785 is #55987A. Grayscale: #7E7E7E. Windows color (decimal): -5609595 or 8742826. OLE color: 8742826.

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

Color convert

RGB170103133-
CMYK00.390.220.33
HSL333.13º28.27%53.53%-
HSV(B)333.13º39.41%66.67%-
XYZ25.6619.9424.69-
YUV126.45131.7159.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=41.87%
G=25.37%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010313300.390.220.33333.1328.2753.53
HexAA6785027162114d1c36
Octal25214720504726415153466
Binary1010101011001111000010101001111011010000110100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6785; }

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

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

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

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

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

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

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

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