#AC668B

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

Shades of Tapestry #AC668B

Tints of Tapestry #AC668B

Color information

#AC668B (or 0xAC668B) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 8B. RGB value is (172,102,139). Sum of RGB (Red+Green+Blue) = 172+102+139=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668B is #539974. Grayscale: #7F7F7F. Windows color (decimal): -5478773 or 9135788. OLE color: 9135788.

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

Color convert

RGB172102139-
CMYK00.410.190.33
HSL328.29º29.66%53.73%-
HSV(B)328.29º40.7%67.45%-
XYZ26.4220.1426.92-
YUV127.15134.69159.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=41.65%
G=24.70%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210213900.410.190.33328.2929.6653.73
HexAC668B02913211481e36
Octal25414621305123415103666
Binary1010110011001101000101101010011001110000110100100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC668B; }

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

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

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

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

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

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

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

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