#AE607A

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

Shades of Tapestry #AE607A

Tints of Tapestry #AE607A

Color information

#AE607A (or 0xAE607A) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 7A. RGB value is (174,96,122). Sum of RGB (Red+Green+Blue) = 174+96+122=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607A is #519F85. Grayscale: #7A7A7A. Windows color (decimal): -5349254 or 8020142. OLE color: 8020142.

HSL color Cylindrical-coordinate representation of color #AE607A: hue angle of 340º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE607A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17496122-
CMYK00.450.300.32
HSL340º32.5%52.94%-
HSV(B)340º44.83%68.24%-
XYZ25.1518.7720.71-
YUV122.29127.84164.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=44.39%
G=24.49%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749612200.450.300.3234032.552.94
HexAE607A02D1E201542035
Octal25614017205536405244065
Binary1010111011000001111010010110111110100000101010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE607A; }

 p { color: rgb(174,96,122); }

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

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

 a { background-color: rgb(174,96,122); }

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

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

 span { border-color: rgb(174,96,122); }

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