#AE6185

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

Shades of Tapestry #AE6185

Tints of Tapestry #AE6185

Color information

#AE6185 (or 0xAE6185) is unknown color: approx Tapestry. HEX triplet: AE, 61 and 85. RGB value is (174,97,133). Sum of RGB (Red+Green+Blue) = 174+97+133=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6185 is #519E7A. Grayscale: #7C7C7C. Windows color (decimal): -5348987 or 8741294. OLE color: 8741294.

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

Color convert

RGB17497133-
CMYK00.440.240.32
HSL331.95º32.22%53.14%-
HSV(B)331.95º44.25%68.24%-
XYZ25.9619.2424.54-
YUV124.13133.01163.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=43.07%
G=24.01%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749713300.440.240.32331.9532.2253.14
HexAE618502C182014c2035
Octal25614120505430405144065
Binary10101110110000110000101010110011000100000101001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6185; }

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

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

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

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

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

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

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

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