#AE5F7B

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

Shades of Tapestry #AE5F7B

Tints of Tapestry #AE5F7B

Color information

#AE5F7B (or 0xAE5F7B) is unknown color: approx Tapestry. HEX triplet: AE, 5F and 7B. RGB value is (174,95,123). Sum of RGB (Red+Green+Blue) = 174+95+123=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5F7B is #51A084. Grayscale: #797979. Windows color (decimal): -5349509 or 8085422. OLE color: 8085422.

HSL color Cylindrical-coordinate representation of color #AE5F7B: hue angle of 338.73º 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 #AE5F7B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17495123-
CMYK00.450.290.32
HSL338.73º32.78%52.75%-
HSV(B)338.73º45.4%68.24%-
XYZ25.1218.6121.01-
YUV121.81128.67165.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=44.39%
G=24.23%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749512300.450.290.32338.7332.7852.75
HexAE5F7B02D1D201532135
Octal25613717305535405234165
Binary1010111010111111111011010110111101100000101010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F7B; }

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

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

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

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

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

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

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

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