#AA6384

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

Shades of Tapestry #AA6384

Tints of Tapestry #AA6384

Color information

#AA6384 (or 0xAA6384) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 84. RGB value is (170,99,132). Sum of RGB (Red+Green+Blue) = 170+99+132=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6384 is #559C7B. Grayscale: #7B7B7B. Windows color (decimal): -5610620 or 8676266. OLE color: 8676266.

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

Color convert

RGB17099132-
CMYK00.420.220.33
HSL332.11º29.46%52.75%-
HSV(B)332.11º41.76%66.67%-
XYZ25.219.1424.19-
YUV123.99132.52160.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=42.39%
G=24.69%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709913200.420.220.33332.1129.4652.75
HexAA638402A162114c1d35
Octal25214320405226415143565
Binary1010101011000111000010001010101011010000110100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6384; }

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

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

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

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

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

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

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

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