#AE8492

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

Shades of Tapestry #AE8492

Tints of Tapestry #AE8492

Color information

#AE8492 (or 0xAE8492) is unknown color: approx Tapestry. HEX triplet: AE, 84 and 92. RGB value is (174,132,146). Sum of RGB (Red+Green+Blue) = 174+132+146=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8492 is #517B6D. Grayscale: #929292. Windows color (decimal): -5340014 or 9602222. OLE color: 9602222.

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

Color convert

RGB174132146-
CMYK00.240.160.32
HSL340º20.59%60%-
HSV(B)340º24.14%68.24%-
XYZ30.927.5830.89-
YUV146.15127.91147.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=38.50%
G=29.20%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413214600.240.160.3234020.5960
HexAE84920181020154153c
Octal25620422203020405242574
Binary1010111010000100100100100110001000010000010101010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8492; }

 p { color: rgb(174,132,146); }

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

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

 a { background-color: rgb(174,132,146); }

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

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

 span { border-color: rgb(174,132,146); }

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