#AC697E

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

Shades of Tapestry #AC697E

Tints of Tapestry #AC697E

Color information

#AC697E (or 0xAC697E) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 7E. RGB value is (172,105,126). Sum of RGB (Red+Green+Blue) = 172+105+126=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697E is #539681. Grayscale: #7F7F7F. Windows color (decimal): -5478018 or 8284588. OLE color: 8284588.

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

Color convert

RGB172105126-
CMYK00.390.270.33
HSL341.19º28.76%54.31%-
HSV(B)341.19º38.95%67.45%-
XYZ25.8320.3822.31-
YUV127.43127.2159.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=42.68%
G=26.05%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210512600.390.270.33341.1928.7654.31
HexAC697E0271B211551d36
Octal25415117604733415253566
Binary101011001101001111111001001111101110000110101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC697E; }

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

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

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

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

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

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

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

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