#AE7E85

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

Shades of Tapestry #AE7E85

Tints of Tapestry #AE7E85

Color information

#AE7E85 (or 0xAE7E85) is unknown color: approx Tapestry. HEX triplet: AE, 7E and 85. RGB value is (174,126,133). Sum of RGB (Red+Green+Blue) = 174+126+133=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E85 is #51817A. Grayscale: #8D8D8D. Windows color (decimal): -5341563 or 8748718. OLE color: 8748718.

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

Color convert

RGB174126133-
CMYK00.280.240.32
HSL351.25º22.86%58.82%-
HSV(B)351.25º27.59%68.24%-
XYZ29.1525.6125.6-
YUV141.15123.4151.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=40.18%
G=29.10%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412613300.280.240.32351.2522.8658.82
HexAE7E8501C182015f173b
Octal25617620503430405372773
Binary101011101111110100001010111001100010000010101111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E85; }

 p { color: rgb(174,126,133); }

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

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

 a { background-color: rgb(174,126,133); }

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

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

 span { border-color: rgb(174,126,133); }

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