#AA627D

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

Shades of Tapestry #AA627D

Tints of Tapestry #AA627D

Color information

#AA627D (or 0xAA627D) is unknown color: approx Tapestry. HEX triplet: AA, 62 and 7D. RGB value is (170,98,125). Sum of RGB (Red+Green+Blue) = 170+98+125=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA627D is #559D82. Grayscale: #7A7A7A. Windows color (decimal): -5610883 or 8217258. OLE color: 8217258.

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

Color convert

RGB17098125-
CMYK00.420.260.33
HSL337.5º29.75%52.55%-
HSV(B)337.5º42.35%66.67%-
XYZ24.6518.7621.72-
YUV122.61129.35161.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=43.26%
G=24.94%
B=31.81%

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
Decimal1709812500.420.260.33337.529.7552.55
HexAA627D02A1A211521e35
Octal25214217505232415223665
Binary101010101100010111110101010101101010000110101001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA627D; }

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

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

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

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

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

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

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

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