#AC697B

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

Shades of Tapestry #AC697B

Tints of Tapestry #AC697B

Color information

#AC697B (or 0xAC697B) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 7B. RGB value is (172,105,123). Sum of RGB (Red+Green+Blue) = 172+105+123=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697B is #539684. Grayscale: #7F7F7F. Windows color (decimal): -5478021 or 8087980. OLE color: 8087980.

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

Color convert

RGB172105123-
CMYK00.390.280.33
HSL343.88º28.76%54.31%-
HSV(B)343.88º38.95%67.45%-
XYZ25.6420.321.31-
YUV127.08125.7160.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=43%
G=26.25%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210512300.390.280.33343.8828.7654.31
HexAC697B0271C211581d36
Octal25415117304734415303566
Binary101011001101001111101101001111110010000110101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC697B; }

 p { color: rgb(172,105,123); }

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

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

 a { background-color: rgb(172,105,123); }

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

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

 span { border-color: rgb(172,105,123); }

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