#AE7581

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

Shades of Tapestry #AE7581

Tints of Tapestry #AE7581

Color information

#AE7581 (or 0xAE7581) is unknown color: approx Tapestry. HEX triplet: AE, 75 and 81. RGB value is (174,117,129). Sum of RGB (Red+Green+Blue) = 174+117+129=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7581 is #518A7E. Grayscale: #878787. Windows color (decimal): -5343871 or 8484270. OLE color: 8484270.

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

Color convert

RGB174117129-
CMYK00.330.260.32
HSL347.37º26.03%57.06%-
HSV(B)347.37º32.76%68.24%-
XYZ27.7823.3123.8-
YUV135.41124.38155.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=41.43%
G=27.86%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411712900.330.260.32347.3726.0357.06
HexAE75810211A2015b1a39
Octal25616520104132405333271
Binary1010111011101011000000101000011101010000010101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7581; }

 p { color: rgb(174,117,129); }

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

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

 a { background-color: rgb(174,117,129); }

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

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

 span { border-color: rgb(174,117,129); }

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