#AE6F8B

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

Shades of Tapestry #AE6F8B

Tints of Tapestry #AE6F8B

Color information

#AE6F8B (or 0xAE6F8B) is unknown color: approx Tapestry. HEX triplet: AE, 6F and 8B. RGB value is (174,111,139). Sum of RGB (Red+Green+Blue) = 174+111+139=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F8B is #519074. Grayscale: #848484. Windows color (decimal): -5345397 or 9138094. OLE color: 9138094.

HSL color Cylindrical-coordinate representation of color #AE6F8B: hue angle of 333.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F8B is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174111139-
CMYK00.360.200.32
HSL333.33º28%55.88%-
HSV(B)333.33º36.21%68.24%-
XYZ27.822.2327.25-
YUV133.03131.37157.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=41.04%
G=26.18%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411113900.360.200.32333.332855.88
HexAE6F8B024142014d1c38
Octal25615721304424405153470
Binary1010111011011111000101101001001010010000010100110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F8B; }

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

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

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

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

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

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

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

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