#AC6E8B

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

Shades of Tapestry #AC6E8B

Tints of Tapestry #AC6E8B

Color information

#AC6E8B (or 0xAC6E8B) is unknown color: approx Tapestry. HEX triplet: AC, 6E and 8B. RGB value is (172,110,139). Sum of RGB (Red+Green+Blue) = 172+110+139=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E8B is #539174. Grayscale: #838383. Windows color (decimal): -5476725 or 9137836. OLE color: 9137836.

HSL color Cylindrical-coordinate representation of color #AC6E8B: hue angle of 331.94º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E8B is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172110139-
CMYK00.360.190.33
HSL331.94º27.19%55.29%-
HSV(B)331.94º36.05%67.45%-
XYZ27.2521.7927.2-
YUV131.84132.04156.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=40.86%
G=26.13%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211013900.360.190.33331.9427.1955.29
HexAC6E8B024132114c1b37
Octal25415621304423415143367
Binary1010110011011101000101101001001001110000110100110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E8B; }

 p { color: rgb(172,110,139); }

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

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

 a { background-color: rgb(172,110,139); }

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

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

 span { border-color: rgb(172,110,139); }

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