#AA637F

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

Shades of Tapestry #AA637F

Tints of Tapestry #AA637F

Color information

#AA637F (or 0xAA637F) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 7F. RGB value is (170,99,127). Sum of RGB (Red+Green+Blue) = 170+99+127=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA637F is #559C80. Grayscale: #7B7B7B. Windows color (decimal): -5610625 or 8348586. OLE color: 8348586.

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

Color convert

RGB17099127-
CMYK00.420.250.33
HSL336.34º29.46%52.75%-
HSV(B)336.34º41.76%66.67%-
XYZ24.871922.44-
YUV123.42130.02161.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 127 (50% from 255) = 32.07%
R=42.93%
G=25%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709912700.420.250.33336.3429.4652.75
HexAA637F02A19211501d35
Octal25214317705231415203565
Binary101010101100011111111101010101100110000110101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA637F; }

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

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

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

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

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

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

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

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