#AE7B81

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

Shades of Tapestry #AE7B81

Tints of Tapestry #AE7B81

Color information

#AE7B81 (or 0xAE7B81) is unknown color: approx Tapestry. HEX triplet: AE, 7B and 81. RGB value is (174,123,129). Sum of RGB (Red+Green+Blue) = 174+123+129=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B81 is #51847E. Grayscale: #8A8A8A. Windows color (decimal): -5342335 or 8485806. OLE color: 8485806.

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

Color convert

RGB174123129-
CMYK00.290.260.32
HSL352.94º23.94%58.24%-
HSV(B)352.94º29.31%68.24%-
XYZ28.524.7524.04-
YUV138.93122.4153.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=40.85%
G=28.87%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412312900.290.260.32352.9423.9458.24
HexAE7B8101D1A20161183a
Octal25617320103532405413072
Binary101011101111011100000010111011101010000010110000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B81; }

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

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

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

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

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

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

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

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