#AC668A

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

Shades of Tapestry #AC668A

Tints of Tapestry #AC668A

Color information

#AC668A (or 0xAC668A) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 8A. RGB value is (172,102,138). Sum of RGB (Red+Green+Blue) = 172+102+138=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668A is #539975. Grayscale: #7E7E7E. Windows color (decimal): -5478774 or 9070252. OLE color: 9070252.

HSL color Cylindrical-coordinate representation of color #AC668A: hue angle of 329.14º 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 #AC668A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172102138-
CMYK00.410.200.33
HSL329.14º29.66%53.73%-
HSV(B)329.14º40.7%67.45%-
XYZ26.3520.1126.54-
YUV127.03134.19160.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=41.75%
G=24.76%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210213800.410.200.33329.1429.6653.73
HexAC668A02914211491e36
Octal25414621205124415113666
Binary1010110011001101000101001010011010010000110100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC668A; }

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

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

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

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

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

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

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

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