#AE6081

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

Shades of Tapestry #AE6081

Tints of Tapestry #AE6081

Color information

#AE6081 (or 0xAE6081) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 81. RGB value is (174,96,129). Sum of RGB (Red+Green+Blue) = 174+96+129=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6081 is #519F7E. Grayscale: #7B7B7B. Windows color (decimal): -5349247 or 8478894. OLE color: 8478894.

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

Color convert

RGB17496129-
CMYK00.450.260.32
HSL334.62º32.5%52.94%-
HSV(B)334.62º44.83%68.24%-
XYZ25.618.9523.08-
YUV123.08131.34164.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=43.61%
G=24.06%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749612900.450.260.32334.6232.552.94
HexAE608102D1A2014f2035
Octal25614020105532405174065
Binary10101110110000010000001010110111010100000101001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6081; }

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

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

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

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

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

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

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

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