#AA637D

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

Shades of Tapestry #AA637D

Tints of Tapestry #AA637D

Color information

#AA637D (or 0xAA637D) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 7D. RGB value is (170,99,125). Sum of RGB (Red+Green+Blue) = 170+99+125=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA637D is #559C82. Grayscale: #7B7B7B. Windows color (decimal): -5610627 or 8217514. OLE color: 8217514.

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

Color convert

RGB17099125-
CMYK00.420.260.33
HSL338.03º29.46%52.75%-
HSV(B)338.03º41.76%66.67%-
XYZ24.7418.9521.76-
YUV123.19129.02161.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=43.15%
G=25.13%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709912500.420.260.33338.0329.4652.75
HexAA637D02A1A211521d35
Octal25214317505232415223565
Binary101010101100011111110101010101101010000110101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA637D; }

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

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

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

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

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

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

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

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