#AA6682

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

Shades of Tapestry #AA6682

Tints of Tapestry #AA6682

Color information

#AA6682 (or 0xAA6682) is unknown color: approx Tapestry. HEX triplet: AA, 66 and 82. RGB value is (170,102,130). Sum of RGB (Red+Green+Blue) = 170+102+130=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6682 is #55997D. Grayscale: #7D7D7D. Windows color (decimal): -5609854 or 8545962. OLE color: 8545962.

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

Color convert

RGB170102130-
CMYK00.40.240.33
HSL335.29º28.57%53.33%-
HSV(B)335.29º40%66.67%-
XYZ25.3619.6623.58-
YUV125.52130.53159.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=42.29%
G=25.37%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010213000.40.240.33335.2928.5753.33
HexAA6682028182114f1d35
Octal25214620205030415173565
Binary1010101011001101000001001010001100010000110100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6682; }

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

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

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

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

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

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

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

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