#AA6382

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

Shades of Tapestry #AA6382

Tints of Tapestry #AA6382

Color information

#AA6382 (or 0xAA6382) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 82. RGB value is (170,99,130). Sum of RGB (Red+Green+Blue) = 170+99+130=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6382 is #559C7D. Grayscale: #7B7B7B. Windows color (decimal): -5610622 or 8545194. OLE color: 8545194.

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

Color convert

RGB17099130-
CMYK00.420.240.33
HSL333.8º29.46%52.75%-
HSV(B)333.8º41.76%66.67%-
XYZ25.0719.0823.48-
YUV123.76131.52160.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=42.61%
G=24.81%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709913000.420.240.33333.829.4652.75
HexAA638202A182114e1d35
Octal25214320205230415163565
Binary1010101011000111000001001010101100010000110100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6382; }

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

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

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

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

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

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

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

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