#AC6F8B

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

Shades of Tapestry #AC6F8B

Tints of Tapestry #AC6F8B

Color information

#AC6F8B (or 0xAC6F8B) is unknown color: approx Tapestry. HEX triplet: AC, 6F and 8B. RGB value is (172,111,139). Sum of RGB (Red+Green+Blue) = 172+111+139=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F8B is #539074. Grayscale: #848484. Windows color (decimal): -5476469 or 9138092. OLE color: 9138092.

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

Color convert

RGB172111139-
CMYK00.350.190.33
HSL332.46º26.87%55.49%-
HSV(B)332.46º35.47%67.45%-
XYZ27.362227.23-
YUV132.43131.71156.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=40.76%
G=26.30%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211113900.350.190.33332.4626.8755.49
HexAC6F8B023132114c1b37
Octal25415721304323415143367
Binary1010110011011111000101101000111001110000110100110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F8B; }

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

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

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

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

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

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

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

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