#AE7885

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

Shades of Tapestry #AE7885

Tints of Tapestry #AE7885

Color information

#AE7885 (or 0xAE7885) is unknown color: approx Tapestry. HEX triplet: AE, 78 and 85. RGB value is (174,120,133). Sum of RGB (Red+Green+Blue) = 174+120+133=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7885 is #51877A. Grayscale: #898989. Windows color (decimal): -5343099 or 8747182. OLE color: 8747182.

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

Color convert

RGB174120133-
CMYK00.310.240.32
HSL345.56º25%57.65%-
HSV(B)345.56º31.03%68.24%-
XYZ28.4124.1325.35-
YUV137.63125.39153.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=40.75%
G=28.10%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412013300.310.240.32345.562557.65
HexAE788501F182015a193a
Octal25617020503730405323172
Binary101011101111000100001010111111100010000010101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7885; }

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

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

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

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

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

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

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

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