#AA6C85

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

Shades of Tapestry #AA6C85

Tints of Tapestry #AA6C85

Color information

#AA6C85 (or 0xAA6C85) is unknown color: approx Tapestry. HEX triplet: AA, 6C and 85. RGB value is (170,108,133). Sum of RGB (Red+Green+Blue) = 170+108+133=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C85 is #55937A. Grayscale: #818181. Windows color (decimal): -5608315 or 8744106. OLE color: 8744106.

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

Color convert

RGB170108133-
CMYK00.360.220.33
HSL335.81º26.72%54.51%-
HSV(B)335.81º36.47%66.67%-
XYZ26.1720.9624.86-
YUV129.39130.04156.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=41.36%
G=26.28%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010813300.360.220.33335.8126.7254.51
HexAA6C8502416211501b37
Octal25215420504426415203367
Binary1010101011011001000010101001001011010000110101000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C85; }

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

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

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

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

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

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

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

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