#AE687A

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

Shades of Tapestry #AE687A

Tints of Tapestry #AE687A

Color information

#AE687A (or 0xAE687A) is unknown color: approx Tapestry. HEX triplet: AE, 68 and 7A. RGB value is (174,104,122). Sum of RGB (Red+Green+Blue) = 174+104+122=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE687A is #519785. Grayscale: #7E7E7E. Windows color (decimal): -5347206 or 8022190. OLE color: 8022190.

HSL color Cylindrical-coordinate representation of color #AE687A: hue angle of 344.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE687A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174104122-
CMYK00.400.300.32
HSL344.57º30.17%54.51%-
HSV(B)344.57º40.23%68.24%-
XYZ25.9220.320.97-
YUV126.98125.19161.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=43.5%
G=26%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410412200.400.300.32344.5730.1754.51
HexAE687A0281E201591e37
Octal25615017205036405313667
Binary101011101101000111101001010001111010000010101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE687A; }

 p { color: rgb(174,104,122); }

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

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

 a { background-color: rgb(174,104,122); }

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

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

 span { border-color: rgb(174,104,122); }

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