#AA627E

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

Shades of Tapestry #AA627E

Tints of Tapestry #AA627E

Color information

#AA627E (or 0xAA627E) is unknown color: approx Tapestry. HEX triplet: AA, 62 and 7E. RGB value is (170,98,126). Sum of RGB (Red+Green+Blue) = 170+98+126=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA627E is #559D81. Grayscale: #7A7A7A. Windows color (decimal): -5610882 or 8282794. OLE color: 8282794.

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

Color convert

RGB17098126-
CMYK00.420.260.33
HSL336.67º29.75%52.55%-
HSV(B)336.67º42.35%66.67%-
XYZ24.7118.7922.06-
YUV122.72129.85161.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=43.15%
G=24.87%
B=31.98%

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
Decimal1709812600.420.260.33336.6729.7552.55
HexAA627E02A1A211511e35
Octal25214217605232415213665
Binary101010101100010111111001010101101010000110101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA627E; }

 p { color: rgb(170,98,126); }

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

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

 a { background-color: rgb(170,98,126); }

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

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

 span { border-color: rgb(170,98,126); }

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