#AE6B8A

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

Shades of Tapestry #AE6B8A

Tints of Tapestry #AE6B8A

Color information

#AE6B8A (or 0xAE6B8A) is unknown color: approx Tapestry. HEX triplet: AE, 6B and 8A. RGB value is (174,107,138). Sum of RGB (Red+Green+Blue) = 174+107+138=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B8A is #519475. Grayscale: #828282. Windows color (decimal): -5346422 or 9071534. OLE color: 9071534.

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

Color convert

RGB174107138-
CMYK00.390.210.32
HSL332.24º29.26%55.1%-
HSV(B)332.24º38.51%68.24%-
XYZ27.321.3526.73-
YUV130.57132.2158.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=41.53%
G=25.54%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410713800.390.210.32332.2429.2655.1
HexAE6B8A027152014c1d37
Octal25615321204725405143567
Binary1010111011010111000101001001111010110000010100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B8A; }

 p { color: rgb(174,107,138); }

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

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

 a { background-color: rgb(174,107,138); }

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

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

 span { border-color: rgb(174,107,138); }

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