#AA6882

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

Shades of Tapestry #AA6882

Tints of Tapestry #AA6882

Color information

#AA6882 (or 0xAA6882) is unknown color: approx Tapestry. HEX triplet: AA, 68 and 82. RGB value is (170,104,130). Sum of RGB (Red+Green+Blue) = 170+104+130=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6882 is #55977D. Grayscale: #7E7E7E. Windows color (decimal): -5609342 or 8546474. OLE color: 8546474.

HSL color Cylindrical-coordinate representation of color #AA6882: hue angle of 336.36º 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 #AA6882 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB170104130-
CMYK00.390.240.33
HSL336.36º27.97%53.73%-
HSV(B)336.36º38.82%66.67%-
XYZ25.5620.0623.64-
YUV126.7129.87158.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=42.08%
G=25.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010413000.390.240.33336.3627.9753.73
HexAA688202718211501c36
Octal25215020204730415203466
Binary1010101011010001000001001001111100010000110101000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6882; }

 p { color: rgb(170,104,130); }

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

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

 a { background-color: rgb(170,104,130); }

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

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

 span { border-color: rgb(170,104,130); }

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