#AE6A8B

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

Shades of Tapestry #AE6A8B

Tints of Tapestry #AE6A8B

Color information

#AE6A8B (or 0xAE6A8B) is unknown color: approx Tapestry. HEX triplet: AE, 6A and 8B. RGB value is (174,106,139). Sum of RGB (Red+Green+Blue) = 174+106+139=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A8B is #519574. Grayscale: #828282. Windows color (decimal): -5346677 or 9136814. OLE color: 9136814.

HSL color Cylindrical-coordinate representation of color #AE6A8B: hue angle of 330.88º degrees, saturation: 0.3, 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 #AE6A8B is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174106139-
CMYK00.390.200.32
HSL330.88º29.57%54.9%-
HSV(B)330.88º39.08%68.24%-
XYZ27.2721.1727.08-
YUV130.09133.03159.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=41.53%
G=25.30%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410613900.390.200.32330.8829.5754.9
HexAE6A8B027142014b1e37
Octal25615221304724405133667
Binary1010111011010101000101101001111010010000010100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A8B; }

 p { color: rgb(174,106,139); }

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

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

 a { background-color: rgb(174,106,139); }

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

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

 span { border-color: rgb(174,106,139); }

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