#AA6379

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

Shades of Tapestry #AA6379

Tints of Tapestry #AA6379

Color information

#AA6379 (or 0xAA6379) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 79. RGB value is (170,99,121). Sum of RGB (Red+Green+Blue) = 170+99+121=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6379 is #559C86. Grayscale: #7A7A7A. Windows color (decimal): -5610631 or 7955370. OLE color: 7955370.

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

Color convert

RGB17099121-
CMYK00.420.290.33
HSL341.41º29.46%52.75%-
HSV(B)341.41º41.76%66.67%-
XYZ24.4918.8520.44-
YUV122.74127.02161.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=43.59%
G=25.38%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709912100.420.290.33341.4129.4652.75
HexAA637902A1D211551d35
Octal25214317105235415253565
Binary101010101100011111100101010101110110000110101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6379; }

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

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

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

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

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

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

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

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