#AA637B

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

Shades of Tapestry #AA637B

Tints of Tapestry #AA637B

Color information

#AA637B (or 0xAA637B) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 7B. RGB value is (170,99,123). Sum of RGB (Red+Green+Blue) = 170+99+123=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA637B is #559C84. Grayscale: #7A7A7A. Windows color (decimal): -5610629 or 8086442. OLE color: 8086442.

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

Color convert

RGB17099123-
CMYK00.420.280.33
HSL339.72º29.46%52.75%-
HSV(B)339.72º41.76%66.67%-
XYZ24.6118.921.09-
YUV122.96128.02161.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=43.37%
G=25.26%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709912300.420.280.33339.7229.4652.75
HexAA637B02A1C211541d35
Octal25214317305234415243565
Binary101010101100011111101101010101110010000110101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA637B; }

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

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

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

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

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

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

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

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