#AE627B

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

Shades of Tapestry #AE627B

Tints of Tapestry #AE627B

Color information

#AE627B (or 0xAE627B) is unknown color: approx Tapestry. HEX triplet: AE, 62 and 7B. RGB value is (174,98,123). Sum of RGB (Red+Green+Blue) = 174+98+123=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE627B is #519D84. Grayscale: #7B7B7B. Windows color (decimal): -5348741 or 8086190. OLE color: 8086190.

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

Color convert

RGB17498123-
CMYK00.440.290.32
HSL340.26º31.93%53.33%-
HSV(B)340.26º43.68%68.24%-
XYZ25.419.1621.1-
YUV123.57127.68163.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=44.05%
G=24.81%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749812300.440.290.32340.2631.9353.33
HexAE627B02C1D201542035
Octal25614217305435405244065
Binary1010111011000101111011010110011101100000101010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE627B; }

 p { color: rgb(174,98,123); }

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

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

 a { background-color: rgb(174,98,123); }

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

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

 span { border-color: rgb(174,98,123); }

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